#3CB5B0

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

Shades of Light Sea Green #3CB5B0

Tints of Light Sea Green #3CB5B0

Color information

#3CB5B0 (or 0x3CB5B0) is unknown color: approx Light Sea Green. HEX triplet: 3C, B5 and B0. RGB value is (60,181,176). Sum of RGB (Red+Green+Blue) = 60+181+176=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB5B0 is #C34A4F. Grayscale: #909090. Windows color (decimal): -12798544 or 11580732. OLE color: 11580732.

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

Color convert

RGB60181176-
CMYK0.6700.030.29
HSL177.52º50.21%47.25%-
HSV(B)177.52º66.85%70.98%-
XYZ26.2237.1446.86-
YUV144.25145.9167.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.39%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 176 (69.14% from 255) = 42.21%
R=14.39%
G=43.41%
B=42.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811760.6700.030.29177.5250.2147.25
Hex3CB5B043031Db2322f
Octal7426526010303352626257
Binary111100101101011011000010000110111110110110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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