#3CB2AD

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

Shades of Light Sea Green #3CB2AD

Tints of Light Sea Green #3CB2AD

Color information

#3CB2AD (or 0x3CB2AD) is unknown color: approx Light Sea Green. HEX triplet: 3C, B2 and AD. RGB value is (60,178,173). Sum of RGB (Red+Green+Blue) = 60+178+173=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB2AD is #C34D52. Grayscale: #8E8E8E. Windows color (decimal): -12799315 or 11383356. OLE color: 11383356.

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

Color convert

RGB60178173-
CMYK0.6600.030.30
HSL177.46º49.58%46.67%-
HSV(B)177.46º66.29%69.8%-
XYZ25.3335.8245.11-
YUV142.15145.4169.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.60%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=14.60%
G=43.31%
B=42.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601781730.6600.030.30177.4649.5846.67
Hex3CB2AD42031Eb1322f
Octal7426225510203362616257
Binary111100101100101010110110000100111111010110001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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