Html Css Color HEX #2AAA9C Light Sea Green

📋 copy color: '#2AAA9C'

red 42 ◦ green 170 ◦ blue 156

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

Shades of Light Sea Green #2AAA9C

Tints of Light Sea Green #2AAA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

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

R = 11.41%
G = 46.2%
B = 42.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#2AAA9C (or 0x2AAA9C) is known color: Light Sea Green. HEX triplet: 2A, AA and 9C. RGB value is (42,170,156). Sum of RGB (Red+Green+Blue) = 42+170+156=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA9C is #D55563. Grayscale: #828282. Windows color (decimal): -13981028 or 10267178. OLE color: 10267178.

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

Color convert

RGB 42 170 156 -
CMYK 0.75 0 0.08 0.33
HSL 173.44º 0.6% 0.42% -
HSV(B) 173.44º 0.75% 0.67% -
XYZ 21.33 31.64 36.44 -
YUV 130.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 42 170 156 0.75 0 0.08 0.33 173.44 0.6 0.42
Hex 2A AA 9C 4B 0 8 21 AD 3C 2A
Octal 52 252 234 113 0 10 41 255 74 52
Binary 101010 10101010 10011100 1001011 0 1000 100001 10101101 111100 101010

Color Harmonies of #2AAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA9C

Black with #2AAA9C

Text Example


Text Example

White with #2AAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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