#3CBCB0

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

Shades of Light Sea Green #3CBCB0

Tints of Light Sea Green #3CBCB0

Color information

#3CBCB0 (or 0x3CBCB0) is unknown color: approx Light Sea Green. HEX triplet: 3C, BC and B0. RGB value is (60,188,176). Sum of RGB (Red+Green+Blue) = 60+188+176=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBCB0 is #C3434F. Grayscale: #949494. Windows color (decimal): -12796752 or 11582524. OLE color: 11582524.

HSL color Cylindrical-coordinate representation of color #3CBCB0: hue angle of 174.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBCB0 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB60188176-
CMYK0.6800.060.26
HSL174.38º51.61%48.63%-
HSV(B)174.38º68.09%73.73%-
XYZ27.6840.0647.35-
YUV148.36143.5964.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.15%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=14.15%
G=44.34%
B=41.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601881760.6800.060.26174.3851.6148.63
Hex3CBCB044061Aae3431
Octal7427426010406322566461
Binary1111001011110010110000100010001101101010101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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