#2dccb6

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

Shades of Light Sea Green #2DCCB6

Tints of Light Sea Green #2DCCB6

Color information

#2DCCB6 (or 0x2DCCB6) is unknown color: approx Light Sea Green. HEX triplet: 2D, CC and B6. RGB value is (45,204,182). Sum of RGB (Red+Green+Blue) = 45+204+182=431 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.44% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCB6 is #D23349. Grayscale: #999999. Windows color (decimal): -13775690 or 11979821. OLE color: 11979821.

HSL color Cylindrical-coordinate representation of color #2DCCB6: hue angle of 171.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCB6 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB45204182-
CMYK0.7800.110.2
HSL171.7º63.86%48.82%-
HSV(B)171.7º77.94%80%-
XYZ31.1247.1251.71-
YUV153.95143.8250.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.44%
GREEN value IS 204 (80.08% from 255) = 47.33%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=10.44%
G=47.33%
B=42.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal452041820.7800.110.2171.763.8648.82
Hex2DCCB64E0B14ac4031
Octal553142661160132425410061
Binary101101110011001011011010011100101110100101011001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dccb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,204,182); }

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

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

 a { background-color: rgb(45,204,182); }

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

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

 span { border-color: rgb(45,204,182); }

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