#3CB3A8

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

Shades of Light Sea Green #3CB3A8

Tints of Light Sea Green #3CB3A8

Color information

#3CB3A8 (or 0x3CB3A8) is unknown color: approx Light Sea Green. HEX triplet: 3C, B3 and A8. RGB value is (60,179,168). Sum of RGB (Red+Green+Blue) = 60+179+168=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB3A8 is #C34C57. Grayscale: #8E8E8E. Windows color (decimal): -12799064 or 11055932. OLE color: 11055932.

HSL color Cylindrical-coordinate representation of color #3CB3A8: hue angle of 174.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB3A8 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB60179168-
CMYK0.6600.060.30
HSL174.45º49.79%46.86%-
HSV(B)174.45º66.48%70.2%-
XYZ25.0536.0342.68-
YUV142.16142.5869.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.74%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 168 (66.02% from 255) = 41.28%
R=14.74%
G=43.98%
B=41.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601791680.6600.060.30174.4549.7946.86
Hex3CB3A842061Eae322f
Octal7426325010206362566257
Binary1111001011001110101000100001001101111010101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,179,168); }

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

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

 a { background-color: rgb(60,179,168); }

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

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

 span { border-color: rgb(60,179,168); }

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