Html Css Color HEX #2AAB9C Light Sea Green

📋 copy color: '#2AAB9C'

red 42 ◦ green 171 ◦ blue 156

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

Shades of Light Sea Green #2AAB9C

Tints of Light Sea Green #2AAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 11.38%
G = 46.34%
B = 42.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#2AAB9C (or 0x2AAB9C) is known color: Light Sea Green. HEX triplet: 2A, AB and 9C. RGB value is (42,171,156). Sum of RGB (Red+Green+Blue) = 42+171+156=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB9C is #D55463. Grayscale: #828282. Windows color (decimal): -13980772 or 10267434. OLE color: 10267434.

HSL color Cylindrical-coordinate representation of color #2AAB9C: hue angle of 173.02º 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 #2AAB9C is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 156 -
CMYK 0.75 0 0.09 0.33
HSL 173.02º 0.61% 0.42% -
HSV(B) 173.02º 0.75% 0.67% -
XYZ 21.52 32.02 36.5 -
YUV 130.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 42 171 156 0.75 0 0.09 0.33 173.02 0.61 0.42
Hex 2A AB 9C 4B 0 9 21 AD 3D 2A
Octal 52 253 234 113 0 11 41 255 75 52
Binary 101010 10101011 10011100 1001011 0 1001 100001 10101101 111101 101010

Color Harmonies of #2AAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB9C

Black with #2AAB9C

Text Example


Text Example

White with #2AAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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