Html Css Color HEX #2DB5AD Light Sea Green

📋 copy color: '#2DB5AD'

red 45 ◦ green 181 ◦ blue 173

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

Shades of Light Sea Green #2DB5AD

Tints of Light Sea Green #2DB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 11.28%
G = 45.36%
B = 43.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#2DB5AD (or 0x2DB5AD) is known color: Light Sea Green. HEX triplet: 2D, B5 and AD. RGB value is (45,181,173). Sum of RGB (Red+Green+Blue) = 45+181+173=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB5AD is #D24A52. Grayscale: #8B8B8B. Windows color (decimal): -13781587 or 11384109. OLE color: 11384109.

HSL color Cylindrical-coordinate representation of color #2DB5AD: hue angle of 176.47º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB5AD is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 173 -
CMYK 0.75 0 0.04 0.29
HSL 176.47º 0.6% 0.44% -
HSV(B) 176.47º 0.75% 0.71% -
XYZ 25.15 36.62 45.28 -
YUV 139.42 146.94 60.65 -
System Red Green Blue C M Y K H S L
Decimal 45 181 173 0.75 0 0.04 0.29 176.47 0.6 0.44
Hex 2D B5 AD 4B 0 4 1D B0 3C 2C
Octal 55 265 255 113 0 4 35 260 74 54
Binary 101101 10110101 10101101 1001011 0 100 11101 10110000 111100 101100

Color Harmonies of #2DB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB5AD

Black with #2DB5AD

Text Example


Text Example

White with #2DB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,173); }

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

background-color css

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

 a { background-color: rgb(45,181,173); }

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

border-color css

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

 span { border-color: rgb(45,181,173); }

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