Html Css Color HEX #2DAB9D Light Sea Green

📋 copy color: '#2DAB9D'

red 45 ◦ green 171 ◦ blue 157

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

Shades of Light Sea Green #2DAB9D

Tints of Light Sea Green #2DAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 12.06%
G = 45.84%
B = 42.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#2DAB9D (or 0x2DAB9D) is known color: Light Sea Green. HEX triplet: 2D, AB and 9D. RGB value is (45,171,157). Sum of RGB (Red+Green+Blue) = 45+171+157=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAB9D is #D25462. Grayscale: #838383. Windows color (decimal): -13784163 or 10332973. OLE color: 10332973.

HSL color Cylindrical-coordinate representation of color #2DAB9D: hue angle of 173.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB9D is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 171 157 -
CMYK 0.74 0 0.08 0.33
HSL 173.33º 0.58% 0.42% -
HSV(B) 173.33º 0.74% 0.67% -
XYZ 21.73 32.12 36.95 -
YUV 131.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 45 171 157 0.74 0 0.08 0.33 173.33 0.58 0.42
Hex 2D AB 9D 4A 0 8 21 AD 3A 2A
Octal 55 253 235 112 0 10 41 255 72 52
Binary 101101 10101011 10011101 1001010 0 1000 100001 10101101 111010 101010

Color Harmonies of #2DAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAB9D

Black with #2DAB9D

Text Example


Text Example

White with #2DAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,171,157); }

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

background-color css

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

 a { background-color: rgb(45,171,157); }

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

border-color css

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

 span { border-color: rgb(45,171,157); }

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