Html Css Color HEX #2ABAAA Light Sea Green

📋 copy color: '#2ABAAA'

red 42 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #2ABAAA

Tints of Light Sea Green #2ABAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

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

R = 10.55%
G = 46.73%
B = 42.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#2ABAAA (or 0x2ABAAA) is known color: Light Sea Green. HEX triplet: 2A, BA and AA. RGB value is (42,186,170). Sum of RGB (Red+Green+Blue) = 42+186+170=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABAAA is #D54555. Grayscale: #8D8D8D. Windows color (decimal): -13976918 or 11188778. OLE color: 11188778.

HSL color Cylindrical-coordinate representation of color #2ABAAA: hue angle of 173.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABAAA is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 170 -
CMYK 0.77 0 0.09 0.27
HSL 173.33º 0.63% 0.45% -
HSV(B) 173.33º 0.77% 0.73% -
XYZ 25.77 38.51 44.11 -
YUV 141.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 42 186 170 0.77 0 0.09 0.27 173.33 0.63 0.45
Hex 2A BA AA 4D 0 9 1B AD 3F 2D
Octal 52 272 252 115 0 11 33 255 77 55
Binary 101010 10111010 10101010 1001101 0 1001 11011 10101101 111111 101101

Color Harmonies of #2ABAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAAA

Black with #2ABAAA

Text Example


Text Example

White with #2ABAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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