#3CAFA4

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

Shades of Light Sea Green #3CAFA4

Tints of Light Sea Green #3CAFA4

Color information

#3CAFA4 (or 0x3CAFA4) is unknown color: approx Light Sea Green. HEX triplet: 3C, AF and A4. RGB value is (60,175,164). Sum of RGB (Red+Green+Blue) = 60+175+164=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAFA4 is #C3505B. Grayscale: #8B8B8B. Windows color (decimal): -12800092 or 10792764. OLE color: 10792764.

HSL color Cylindrical-coordinate representation of color #3CAFA4: hue angle of 174.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAFA4 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB60175164-
CMYK0.6600.060.31
HSL174.26º48.94%46.08%-
HSV(B)174.26º65.71%68.63%-
XYZ23.8934.340.48-
YUV139.36141.971.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.04%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=15.04%
G=43.86%
B=41.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601751640.6600.060.31174.2648.9446.08
Hex3CAFA442061Fae312e
Octal7425724410206372566156
Binary1111001010111110100100100001001101111110101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,175,164); }

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

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

 a { background-color: rgb(60,175,164); }

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

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

 span { border-color: rgb(60,175,164); }

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