Html Css Color HEX #2AB49F Light Sea Green

📋 copy color: '#2AB49F'

red 42 ◦ green 180 ◦ blue 159

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

Shades of Light Sea Green #2AB49F

Tints of Light Sea Green #2AB49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 11.02%
G = 47.24%
B = 41.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#2AB49F (or 0x2AB49F) is known color: Light Sea Green. HEX triplet: 2A, B4 and 9F. RGB value is (42,180,159). Sum of RGB (Red+Green+Blue) = 42+180+159=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB49F is #D54B60. Grayscale: #888888. Windows color (decimal): -13978465 or 10466346. OLE color: 10466346.

HSL color Cylindrical-coordinate representation of color #2AB49F: hue angle of 170.87º 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 #2AB49F is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 159 -
CMYK 0.77 0 0.12 0.29
HSL 170.87º 0.62% 0.44% -
HSV(B) 170.87º 0.77% 0.71% -
XYZ 23.53 35.64 38.44 -
YUV 136.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 42 180 159 0.77 0 0.12 0.29 170.87 0.62 0.44
Hex 2A B4 9F 4D 0 C 1D AB 3E 2C
Octal 52 264 237 115 0 14 35 253 76 54
Binary 101010 10110100 10011111 1001101 0 1100 11101 10101011 111110 101100

Color Harmonies of #2AB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB49F

Black with #2AB49F

Text Example


Text Example

White with #2AB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,159); }

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

background-color css

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

 a { background-color: rgb(42,180,159); }

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

border-color css

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

 span { border-color: rgb(42,180,159); }

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