#38AC7B

Color #38AC7B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #38AC7B

Tints of Medium Sea Green #38AC7B

Color information

#38AC7B (or 0x38AC7B) is unknown color: approx Medium Sea Green. HEX triplet: 38, AC and 7B. RGB value is (56,172,123). Sum of RGB (Red+Green+Blue) = 56+172+123=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC7B is #C75384. Grayscale: #838383. Windows color (decimal): -13063045 or 8105016. OLE color: 8105016.

HSL color Cylindrical-coordinate representation of color #38AC7B: hue angle of 154.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC7B is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB56172123-
CMYK0.6700.280.33
HSL154.66º50.88%44.71%-
HSV(B)154.66º67.44%67.45%-
XYZ19.9631.7823.82-
YUV131.73123.0773.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=15.95%
G=49.00%
B=35.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721230.6700.280.33154.6650.8844.71
Hex38AC7B4301C219b332d
Octal70254173103034412336355
Binary111000101011001111011100001101110010000110011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AC7B; }

 p { color: rgb(56,172,123); }

 H1.HeaderClassName
 {
   color: #38AC7B;
 }
 .AnyTagClassName
 {
   color: #38AC7B;
 }
</style>
background-color css

<style>
 a { background-color: #38AC7B; }

 a { background-color: rgb(56,172,123); }

 div.DivClassName
 {
   background-color: #38AC7B;
 }
 .BgClassName
 {
   background-color: #38AC7B;
 }
</style>
border-color css

<style>
 span { border-color: #38AC7B; }

 span { border-color: rgb(56,172,123); }

 td.TdClassName
 {
   border-color: #38AC7B;
 }
 .TagClassName
 {
   border-color: #38AC7B;
 }
</style>