Html Css Color HEX #2DB3AD Light Sea Green

📋 copy color: '#2DB3AD'

red 45 ◦ green 179 ◦ blue 173

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

Shades of Light Sea Green #2DB3AD

Tints of Light Sea Green #2DB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

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

R = 11.34%
G = 45.09%
B = 43.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#2DB3AD (or 0x2DB3AD) is known color: Light Sea Green. HEX triplet: 2D, B3 and AD. RGB value is (45,179,173). Sum of RGB (Red+Green+Blue) = 45+179+173=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB3AD is #D24C52. Grayscale: #8A8A8A. Windows color (decimal): -13782099 or 11383597. OLE color: 11383597.

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

Color convert

RGB 45 179 173 -
CMYK 0.75 0 0.03 0.30
HSL 177.31º 0.6% 0.44% -
HSV(B) 177.31º 0.75% 0.7% -
XYZ 24.75 35.82 45.14 -
YUV 138.25 147.61 61.49 -
System Red Green Blue C M Y K H S L
Decimal 45 179 173 0.75 0 0.03 0.30 177.31 0.6 0.44
Hex 2D B3 AD 4B 0 3 1E B1 3C 2C
Octal 55 263 255 113 0 3 36 261 74 54
Binary 101101 10110011 10101101 1001011 0 11 11110 10110001 111100 101100

Color Harmonies of #2DB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB3AD

Black with #2DB3AD

Text Example


Text Example

White with #2DB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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