Html Css Color HEX #2AAB9F Light Sea Green

📋 copy color: '#2AAB9F'

red 42 ◦ green 171 ◦ blue 159

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

Shades of Light Sea Green #2AAB9F

Tints of Light Sea Green #2AAB9F

RGB

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

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

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

R = 11.29%
G = 45.97%
B = 42.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2AAB9F (or 0x2AAB9F) is known color: Light Sea Green. HEX triplet: 2A, AB and 9F. RGB value is (42,171,159). Sum of RGB (Red+Green+Blue) = 42+171+159=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB9F is #D55460. Grayscale: #828282. Windows color (decimal): -13980769 or 10464042. OLE color: 10464042.

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

Color convert

RGB 42 171 159 -
CMYK 0.75 0 0.07 0.33
HSL 174.42º 0.61% 0.42% -
HSV(B) 174.42º 0.75% 0.67% -
XYZ 21.78 32.12 37.85 -
YUV 131.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 42 171 159 0.75 0 0.07 0.33 174.42 0.61 0.42
Hex 2A AB 9F 4B 0 7 21 AE 3D 2A
Octal 52 253 237 113 0 7 41 256 75 52
Binary 101010 10101011 10011111 1001011 0 111 100001 10101110 111101 101010

Color Harmonies of #2AAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB9F

Black with #2AAB9F

Text Example


Text Example

White with #2AAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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