Html Css Color HEX #2AA99D Light Sea Green

📋 copy color: '#2AA99D'

red 42 ◦ green 169 ◦ blue 157

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

Shades of Light Sea Green #2AA99D

Tints of Light Sea Green #2AA99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.92%

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 11.41%
G = 45.92%
B = 42.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#2AA99D (or 0x2AA99D) is known color: Light Sea Green. HEX triplet: 2A, A9 and 9D. RGB value is (42,169,157). Sum of RGB (Red+Green+Blue) = 42+169+157=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA99D is #D55662. Grayscale: #818181. Windows color (decimal): -13981283 or 10332458. OLE color: 10332458.

HSL color Cylindrical-coordinate representation of color #2AA99D: hue angle of 174.33º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA99D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 42 169 157 -
CMYK 0.75 0 0.07 0.34
HSL 174.33º 0.6% 0.41% -
HSV(B) 174.33º 0.75% 0.66% -
XYZ 21.23 31.3 36.82 -
YUV 129.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 42 169 157 0.75 0 0.07 0.34 174.33 0.6 0.41
Hex 2A A9 9D 4B 0 7 22 AE 3C 29
Octal 52 251 235 113 0 7 42 256 74 51
Binary 101010 10101001 10011101 1001011 0 111 100010 10101110 111100 101001

Color Harmonies of #2AA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA99D

Black with #2AA99D

Text Example


Text Example

White with #2AA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,169,157); }

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

background-color css

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

 a { background-color: rgb(42,169,157); }

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

border-color css

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

 span { border-color: rgb(42,169,157); }

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