Html Css Color HEX #2AB5AD Light Sea Green

📋 copy color: '#2AB5AD'

red 42 ◦ green 181 ◦ blue 173

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

Shades of Light Sea Green #2AB5AD

Tints of Light Sea Green #2AB5AD

RGB

 RED value IS 42 (16.8% from 255) = 10.61%

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

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

R = 10.61%
G = 45.71%
B = 43.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#2AB5AD (or 0x2AB5AD) is known color: Light Sea Green. HEX triplet: 2A, B5 and AD. RGB value is (42,181,173). Sum of RGB (Red+Green+Blue) = 42+181+173=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB5AD is #D54A52. Grayscale: #8A8A8A. Windows color (decimal): -13978195 or 11384106. OLE color: 11384106.

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

Color convert

RGB 42 181 173 -
CMYK 0.77 0 0.04 0.29
HSL 176.55º 0.62% 0.44% -
HSV(B) 176.55º 0.77% 0.71% -
XYZ 25.02 36.56 45.27 -
YUV 138.53 147.45 59.15 -
System Red Green Blue C M Y K H S L
Decimal 42 181 173 0.77 0 0.04 0.29 176.55 0.62 0.44
Hex 2A B5 AD 4D 0 4 1D B1 3E 2C
Octal 52 265 255 115 0 4 35 261 76 54
Binary 101010 10110101 10101101 1001101 0 100 11101 10110001 111110 101100

Color Harmonies of #2AB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB5AD

Black with #2AB5AD

Text Example


Text Example

White with #2AB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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