#2DA9B1

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

Shades of Light Sea Green #2DA9B1

Tints of Light Sea Green #2DA9B1

Color information

#2DA9B1 (or 0x2DA9B1) is unknown color: approx Light Sea Green. HEX triplet: 2D, A9 and B1. RGB value is (45,169,177). Sum of RGB (Red+Green+Blue) = 45+169+177=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #2DA9B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA9B1 is #D2564E. Grayscale: #848484. Windows color (decimal): -13784655 or 11643181. OLE color: 11643181.

HSL color Cylindrical-coordinate representation of color #2DA9B1: hue angle of 183.64º 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 #2DA9B1 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB45169177-
CMYK0.750.0500.31
HSL183.64º59.46%43.53%-
HSV(B)183.64º74.58%69.41%-
XYZ23.2132.1146.57-
YUV132.84152.9265.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.51%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=11.51%
G=43.22%
B=45.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451691770.750.0500.31183.6459.4643.53
Hex2DA9B14B501Fb83b2c
Octal5525126111350372707354
Binary1011011010100110110001100101110101111110111000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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