#2DC1B3

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

Shades of Light Sea Green #2DC1B3

Tints of Light Sea Green #2DC1B3

Color information

#2DC1B3 (or 0x2DC1B3) is unknown color: approx Light Sea Green. HEX triplet: 2D, C1 and B3. RGB value is (45,193,179). Sum of RGB (Red+Green+Blue) = 45+193+179=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC1B3 is #D23E4C. Grayscale: #939393. Windows color (decimal): -13778509 or 11780397. OLE color: 11780397.

HSL color Cylindrical-coordinate representation of color #2DC1B3: hue angle of 174.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC1B3 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB45193179-
CMYK0.7700.070.24
HSL174.32º62.18%46.67%-
HSV(B)174.32º76.68%75.69%-
XYZ28.2941.9549.25-
YUV147.15145.9755.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.79%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 179 (70.31% from 255) = 42.93%
R=10.79%
G=46.28%
B=42.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451931790.7700.070.24174.3262.1846.67
Hex2DC1B34D0718ae3e2f
Octal5530126311507302567657
Binary1011011100000110110011100110101111100010101110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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