#3CAEA5

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

Shades of Light Sea Green #3CAEA5

Tints of Light Sea Green #3CAEA5

Color information

#3CAEA5 (or 0x3CAEA5) is unknown color: approx Light Sea Green. HEX triplet: 3C, AE and A5. RGB value is (60,174,165). Sum of RGB (Red+Green+Blue) = 60+174+165=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAEA5 is #C3515A. Grayscale: #8A8A8A. Windows color (decimal): -12800347 or 10858044. OLE color: 10858044.

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

Color convert

RGB60174165-
CMYK0.6600.050.32
HSL175.26º48.72%45.88%-
HSV(B)175.26º65.52%68.24%-
XYZ23.7933.9540.9-
YUV138.89142.7371.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.04%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=15.04%
G=43.61%
B=41.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601741650.6600.050.32175.2648.7245.88
Hex3CAEA5420520af312e
Octal7425624510205402576156
Binary11110010101110101001011000010010110000010101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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