Html Css Color HEX #2DB9AA Light Sea Green

📋 copy color: '#2DB9AA'

red 45 ◦ green 185 ◦ blue 170

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

Shades of Light Sea Green #2DB9AA

Tints of Light Sea Green #2DB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.25%

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

R = 11.25%
G = 46.25%
B = 42.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#2DB9AA (or 0x2DB9AA) is known color: Light Sea Green. HEX triplet: 2D, B9 and AA. RGB value is (45,185,170). Sum of RGB (Red+Green+Blue) = 45+185+170=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB9AA is #D24655. Grayscale: #8D8D8D. Windows color (decimal): -13780566 or 11188525. OLE color: 11188525.

HSL color Cylindrical-coordinate representation of color #2DB9AA: hue angle of 173.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB9AA is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 185 170 -
CMYK 0.76 0 0.08 0.27
HSL 173.57º 0.61% 0.45% -
HSV(B) 173.57º 0.76% 0.73% -
XYZ 25.69 38.16 44.04 -
YUV 141.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 45 185 170 0.76 0 0.08 0.27 173.57 0.61 0.45
Hex 2D B9 AA 4C 0 8 1B AE 3D 2D
Octal 55 271 252 114 0 10 33 256 75 55
Binary 101101 10111001 10101010 1001100 0 1000 11011 10101110 111101 101101

Color Harmonies of #2DB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB9AA

Black with #2DB9AA

Text Example


Text Example

White with #2DB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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