#3CABA7

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

Shades of Light Sea Green #3CABA7

Tints of Light Sea Green #3CABA7

Color information

#3CABA7 (or 0x3CABA7) is unknown color: approx Light Sea Green. HEX triplet: 3C, AB and A7. RGB value is (60,171,167). Sum of RGB (Red+Green+Blue) = 60+171+167=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #3CABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CABA7 is #C35458. Grayscale: #898989. Windows color (decimal): -12801113 or 10988348. OLE color: 10988348.

HSL color Cylindrical-coordinate representation of color #3CABA7: hue angle of 177.84º 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 #3CABA7 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB60171167-
CMYK0.6500.020.33
HSL177.84º48.05%45.29%-
HSV(B)177.84º64.91%67.06%-
XYZ23.432.8841.67-
YUV137.35144.7372.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.08%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=15.08%
G=42.96%
B=41.96%

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
Decimal601711670.6500.020.33177.8448.0545.29
Hex3CABA7410221b2302d
Octal7425324710102412626055
Binary1111001010101110100111100000101010000110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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