#2DB19F

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

Shades of Light Sea Green #2DB19F

Tints of Light Sea Green #2DB19F

Color information

#2DB19F (or 0x2DB19F) is unknown color: approx Light Sea Green. HEX triplet: 2D, B1 and 9F. RGB value is (45,177,159). Sum of RGB (Red+Green+Blue) = 45+177+159=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB19F is #D24E60. Grayscale: #878787. Windows color (decimal): -13782625 or 10465581. OLE color: 10465581.

HSL color Cylindrical-coordinate representation of color #2DB19F: hue angle of 171.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB19F is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB45177159-
CMYK0.7500.100.31
HSL171.82º59.46%43.53%-
HSV(B)171.82º74.58%69.41%-
XYZ23.0634.5138.25-
YUV135.48141.2763.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.81%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=11.81%
G=46.46%
B=41.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451771590.7500.100.31171.8259.4643.53
Hex2DB19F4B0A1Fac3b2c
Octal55261237113012372547354
Binary10110110110001100111111001011010101111110101100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,177,159); }

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

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

 a { background-color: rgb(45,177,159); }

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

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

 span { border-color: rgb(45,177,159); }

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