Html Css Color HEX #2AACA9 Light Sea Green

📋 copy color: '#2AACA9'

red 42 ◦ green 172 ◦ blue 169

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

Shades of Light Sea Green #2AACA9

Tints of Light Sea Green #2AACA9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

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

R = 10.97%
G = 44.91%
B = 44.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#2AACA9 (or 0x2AACA9) is known color: Light Sea Green. HEX triplet: 2A, AC and A9. RGB value is (42,172,169). Sum of RGB (Red+Green+Blue) = 42+172+169=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #2AACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AACA9 is #D55356. Grayscale: #848484. Windows color (decimal): -13980503 or 11119658. OLE color: 11119658.

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

Color convert

RGB 42 172 169 -
CMYK 0.76 0 0.02 0.33
HSL 178.62º 0.61% 0.42% -
HSV(B) 178.62º 0.76% 0.67% -
XYZ 22.87 32.86 42.67 -
YUV 132.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 42 172 169 0.76 0 0.02 0.33 178.62 0.61 0.42
Hex 2A AC A9 4C 0 2 21 B3 3D 2A
Octal 52 254 251 114 0 2 41 263 75 52
Binary 101010 10101100 10101001 1001100 0 10 100001 10110011 111101 101010

Color Harmonies of #2AACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AACA9

Black with #2AACA9

Text Example


Text Example

White with #2AACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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