#3CAFA5

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

Shades of Light Sea Green #3CAFA5

Tints of Light Sea Green #3CAFA5

Color information

#3CAFA5 (or 0x3CAFA5) is unknown color: approx Light Sea Green. HEX triplet: 3C, AF and A5. RGB value is (60,175,165). Sum of RGB (Red+Green+Blue) = 60+175+165=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAFA5 is #C3505A. Grayscale: #8B8B8B. Windows color (decimal): -12800091 or 10858300. OLE color: 10858300.

HSL color Cylindrical-coordinate representation of color #3CAFA5: hue angle of 174.78º 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 #3CAFA5 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB60175165-
CMYK0.6600.060.31
HSL174.78º48.94%46.08%-
HSV(B)174.78º65.71%68.63%-
XYZ23.9834.3440.96-
YUV139.48142.471.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=15%
G=43.75%
B=41.25%

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
Decimal601751650.6600.060.31174.7848.9446.08
Hex3CAFA542061Faf312e
Octal7425724510206372576156
Binary1111001010111110100101100001001101111110101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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