Html Css Color HEX #2DB1AA Light Sea Green

📋 copy color: '#2DB1AA'

red 45 ◦ green 177 ◦ blue 170

#2DB1AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2DB1AA

Tints of Light Sea Green #2DB1AA

RGB

 RED value IS 45 (17.97% from 255) = 11.48%

 GREEN value IS 177 (69.53% from 255) = 45.15%

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 11.48%
G = 45.15%
B = 43.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#2DB1AA (or 0x2DB1AA) is known color: Light Sea Green. HEX triplet: 2D, B1 and AA. RGB value is (45,177,170). Sum of RGB (Red+Green+Blue) = 45+177+170=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB1AA is #D24E55. Grayscale: #888888. Windows color (decimal): -13782614 or 11186477. OLE color: 11186477.

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

Color convert

RGB 45 177 170 -
CMYK 0.75 0 0.04 0.31
HSL 176.82º 0.59% 0.44% -
HSV(B) 176.82º 0.75% 0.69% -
XYZ 24.06 34.9 43.5 -
YUV 136.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 45 177 170 0.75 0 0.04 0.31 176.82 0.59 0.44
Hex 2D B1 AA 4B 0 4 1F B1 3B 2C
Octal 55 261 252 113 0 4 37 261 73 54
Binary 101101 10110001 10101010 1001011 0 100 11111 10110001 111011 101100

Color Harmonies of #2DB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB1AA

Black with #2DB1AA

Text Example


Text Example

White with #2DB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DB1AA;
 }
 .AnyTagClassName
 {
   color: #2DB1AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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