#2DC4B3

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

Shades of Light Sea Green #2DC4B3

Tints of Light Sea Green #2DC4B3

Color information

#2DC4B3 (or 0x2DC4B3) is unknown color: approx Light Sea Green. HEX triplet: 2D, C4 and B3. RGB value is (45,196,179). Sum of RGB (Red+Green+Blue) = 45+196+179=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC4B3 is #D23B4C. Grayscale: #949494. Windows color (decimal): -13777741 or 11781165. OLE color: 11781165.

HSL color Cylindrical-coordinate representation of color #2DC4B3: hue angle of 173.25º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC4B3 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB45196179-
CMYK0.7700.090.23
HSL173.25º62.66%47.25%-
HSV(B)173.25º77.04%76.86%-
XYZ28.9643.2949.48-
YUV148.91144.9753.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.71%
GREEN value IS 196 (76.95% from 255) = 46.67%
BLUE value IS 179 (70.31% from 255) = 42.62%
R=10.71%
G=46.67%
B=42.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal451961790.7700.090.23173.2562.6647.25
Hex2DC4B34D0917ad3f2f
Octal55304263115011272557757
Binary10110111000100101100111001101010011011110101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,196,179); }

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

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

 a { background-color: rgb(45,196,179); }

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

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

 span { border-color: rgb(45,196,179); }

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