#3CABA8

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

Shades of Light Sea Green #3CABA8

Tints of Light Sea Green #3CABA8

Color information

#3CABA8 (or 0x3CABA8) is unknown color: approx Light Sea Green. HEX triplet: 3C, AB and A8. RGB value is (60,171,168). Sum of RGB (Red+Green+Blue) = 60+171+168=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #3CABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CABA8 is #C35457. Grayscale: #898989. Windows color (decimal): -12801112 or 11053884. OLE color: 11053884.

HSL color Cylindrical-coordinate representation of color #3CABA8: hue angle of 178.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CABA8 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB60171168-
CMYK0.6500.020.33
HSL178.38º48.05%45.29%-
HSV(B)178.38º64.91%67.06%-
XYZ23.4932.9142.16-
YUV137.47145.2372.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.04%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 168 (66.02% from 255) = 42.11%
R=15.04%
G=42.86%
B=42.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601711680.6500.020.33178.3848.0545.29
Hex3CABA8410221b2302d
Octal7425325010102412626055
Binary1111001010101110101000100000101010000110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CABA8; }

 p { color: rgb(60,171,168); }

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

<style>
 a { background-color: #3CABA8; }

 a { background-color: rgb(60,171,168); }

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

<style>
 span { border-color: #3CABA8; }

 span { border-color: rgb(60,171,168); }

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