#3CB5A6

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

Shades of Light Sea Green #3CB5A6

Tints of Light Sea Green #3CB5A6

Color information

#3CB5A6 (or 0x3CB5A6) is unknown color: approx Light Sea Green. HEX triplet: 3C, B5 and A6. RGB value is (60,181,166). Sum of RGB (Red+Green+Blue) = 60+181+166=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB5A6 is #C34A59. Grayscale: #8F8F8F. Windows color (decimal): -12798554 or 10925372. OLE color: 10925372.

HSL color Cylindrical-coordinate representation of color #3CB5A6: hue angle of 172.56º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB5A6 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB60181166-
CMYK0.6700.080.29
HSL172.56º50.21%47.25%-
HSV(B)172.56º66.85%70.98%-
XYZ25.2736.7641.84-
YUV143.11140.9168.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.74%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=14.74%
G=44.47%
B=40.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811660.6700.080.29172.5650.2147.25
Hex3CB5A643081Dad322f
Octal74265246103010352556257
Binary11110010110101101001101000011010001110110101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,166); }

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

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

 a { background-color: rgb(60,181,166); }

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

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

 span { border-color: rgb(60,181,166); }

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