#3CAAAE

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

Shades of Light Sea Green #3CAAAE

Tints of Light Sea Green #3CAAAE

Color information

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

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

Color convert

RGB60170174-
CMYK0.660.0200.32
HSL182.11º48.72%45.88%-
HSV(B)182.11º65.52%68.24%-
XYZ23.8832.7745.11-
YUV137.57148.5672.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601701740.660.0200.32182.1148.7245.88
Hex3CAAAE422020b6312e
Octal7425225610220402666156
Binary1111001010101010101110100001010010000010110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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