#3CB6B5

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

Shades of Light Sea Green #3CB6B5

Tints of Light Sea Green #3CB6B5

Color information

#3CB6B5 (or 0x3CB6B5) is unknown color: approx Light Sea Green. HEX triplet: 3C, B6 and B5. RGB value is (60,182,181). Sum of RGB (Red+Green+Blue) = 60+182+181=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB6B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB6B5 is #C3494A. Grayscale: #919191. Windows color (decimal): -12798283 or 11908668. OLE color: 11908668.

HSL color Cylindrical-coordinate representation of color #3CB6B5: hue angle of 179.51º 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 #3CB6B5 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB60182181-
CMYK0.6700.010.29
HSL179.51º50.41%47.45%-
HSV(B)179.51º67.03%71.37%-
XYZ26.9337.7549.58-
YUV145.41148.0867.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.18%
GREEN value IS 182 (71.48% from 255) = 43.03%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=14.18%
G=43.03%
B=42.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601821810.6700.010.29179.5150.4147.45
Hex3CB6B543011Db4322f
Octal7426626510301352646257
Binary11110010110110101101011000011011110110110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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