#3CAEAA

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

Shades of Light Sea Green #3CAEAA

Tints of Light Sea Green #3CAEAA

Color information

#3CAEAA (or 0x3CAEAA) is unknown color: approx Light Sea Green. HEX triplet: 3C, AE and AA. RGB value is (60,174,170). Sum of RGB (Red+Green+Blue) = 60+174+170=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAEAA is #C35155. Grayscale: #8B8B8B. Windows color (decimal): -12800342 or 11185724. OLE color: 11185724.

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

Color convert

RGB60174170-
CMYK0.6600.020.32
HSL177.89º48.72%45.88%-
HSV(B)177.89º65.52%68.24%-
XYZ24.2634.1443.34-
YUV139.46145.2371.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.85%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=14.85%
G=43.07%
B=42.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601741700.6600.020.32177.8948.7245.88
Hex3CAEAA420220b2312e
Octal7425625210202402626156
Binary1111001010111010101010100001001010000010110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,174,170); }

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

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

 a { background-color: rgb(60,174,170); }

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

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

 span { border-color: rgb(60,174,170); }

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