Html Css Color HEX #2ABDAA Light Sea Green

📋 copy color: '#2ABDAA'

red 42 ◦ green 189 ◦ blue 170

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

Shades of Light Sea Green #2ABDAA

Tints of Light Sea Green #2ABDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 10.47%
G = 47.13%
B = 42.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#2ABDAA (or 0x2ABDAA) is known color: Light Sea Green. HEX triplet: 2A, BD and AA. RGB value is (42,189,170). Sum of RGB (Red+Green+Blue) = 42+189+170=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABDAA is #D54255. Grayscale: #8E8E8E. Windows color (decimal): -13976150 or 11189546. OLE color: 11189546.

HSL color Cylindrical-coordinate representation of color #2ABDAA: hue angle of 172.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABDAA is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 170 -
CMYK 0.78 0 0.10 0.26
HSL 172.24º 0.64% 0.45% -
HSV(B) 172.24º 0.78% 0.74% -
XYZ 26.41 39.79 44.32 -
YUV 142.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 42 189 170 0.78 0 0.10 0.26 172.24 0.64 0.45
Hex 2A BD AA 4E 0 A 1A AC 40 2D
Octal 52 275 252 116 0 12 32 254 100 55
Binary 101010 10111101 10101010 1001110 0 1010 11010 10101100 1000000 101101

Color Harmonies of #2ABDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDAA

Black with #2ABDAA

Text Example


Text Example

White with #2ABDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,170); }

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

background-color css

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

 a { background-color: rgb(42,189,170); }

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

border-color css

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

 span { border-color: rgb(42,189,170); }

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