#3CADA8

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

Shades of Light Sea Green #3CADA8

Tints of Light Sea Green #3CADA8

Color information

#3CADA8 (or 0x3CADA8) is unknown color: approx Light Sea Green. HEX triplet: 3C, AD and A8. RGB value is (60,173,168). Sum of RGB (Red+Green+Blue) = 60+173+168=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #3CADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CADA8 is #C35257. Grayscale: #8A8A8A. Windows color (decimal): -12800600 or 11054396. OLE color: 11054396.

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

Color convert

RGB60173168-
CMYK0.6500.030.32
HSL177.35º48.5%45.69%-
HSV(B)177.35º65.32%67.84%-
XYZ23.8733.6742.29-
YUV138.64144.5671.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.96%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=14.96%
G=43.14%
B=41.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601731680.6500.030.32177.3548.545.69
Hex3CADA8410320b1302e
Octal7425525010103402616056
Binary1111001010110110101000100000101110000010110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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