#2CB59D

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

Shades of Light Sea Green #2CB59D

Tints of Light Sea Green #2CB59D

Color information

#2CB59D (or 0x2CB59D) is unknown color: approx Light Sea Green. HEX triplet: 2C, B5 and 9D. RGB value is (44,181,157). Sum of RGB (Red+Green+Blue) = 44+181+157=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB59D is #D34A62. Grayscale: #898989. Windows color (decimal): -13847139 or 10335532. OLE color: 10335532.

HSL color Cylindrical-coordinate representation of color #2CB59D: hue angle of 169.49º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB59D is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB44181157-
CMYK0.7600.130.29
HSL169.49º60.89%44.12%-
HSV(B)169.49º75.69%70.98%-
XYZ23.6536.0237.6-
YUV137.3139.1161.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.52%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=11.52%
G=47.38%
B=41.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441811570.7600.130.29169.4960.8944.12
Hex2CB59D4C0D1Da93d2c
Octal54265235114015352517554
Binary10110010110101100111011001100011011110110101001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CB59D; }

 p { color: rgb(44,181,157); }

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

<style>
 a { background-color: #2CB59D; }

 a { background-color: rgb(44,181,157); }

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

<style>
 span { border-color: #2CB59D; }

 span { border-color: rgb(44,181,157); }

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