Html Css Color HEX #2AA5A9 Light Sea Green

📋 copy color: '#2AA5A9'

red 42 ◦ green 165 ◦ blue 169

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

Shades of Light Sea Green #2AA5A9

Tints of Light Sea Green #2AA5A9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 11.17%
G = 43.88%
B = 44.95%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2AA5A9 (or 0x2AA5A9) is known color: Light Sea Green. HEX triplet: 2A, A5 and A9. RGB value is (42,165,169). Sum of RGB (Red+Green+Blue) = 42+165+169=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #2AA5A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA5A9 is #D55A56. Grayscale: #808080. Windows color (decimal): -13982295 or 11117866. OLE color: 11117866.

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

Color convert

RGB 42 165 169 -
CMYK 0.75 0.02 0 0.34
HSL 181.89º 0.6% 0.41% -
HSV(B) 181.89º 0.75% 0.66% -
XYZ 21.57 30.27 42.24 -
YUV 128.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 42 165 169 0.75 0.02 0 0.34 181.89 0.6 0.41
Hex 2A A5 A9 4B 2 0 22 B6 3C 29
Octal 52 245 251 113 2 0 42 266 74 51
Binary 101010 10100101 10101001 1001011 10 0 100010 10110110 111100 101001

Color Harmonies of #2AA5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA5A9

Black with #2AA5A9

Text Example


Text Example

White with #2AA5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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