#3CBDB0

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

Shades of Light Sea Green #3CBDB0

Tints of Light Sea Green #3CBDB0

Color information

#3CBDB0 (or 0x3CBDB0) is unknown color: approx Light Sea Green. HEX triplet: 3C, BD and B0. RGB value is (60,189,176). Sum of RGB (Red+Green+Blue) = 60+189+176=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBDB0 is #C3424F. Grayscale: #949494. Windows color (decimal): -12796496 or 11582780. OLE color: 11582780.

HSL color Cylindrical-coordinate representation of color #3CBDB0: hue angle of 173.95º 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 #3CBDB0 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB60189176-
CMYK0.6800.070.26
HSL173.95º51.81%48.82%-
HSV(B)173.95º68.25%74.12%-
XYZ27.940.4947.42-
YUV148.95143.2664.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.12%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=14.12%
G=44.47%
B=41.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601891760.6800.070.26173.9551.8148.82
Hex3CBDB044071Aae3431
Octal7427526010407322566461
Binary1111001011110110110000100010001111101010101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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