Html Css Color HEX #2AADA1 Light Sea Green

📋 copy color: '#2AADA1'

red 42 ◦ green 173 ◦ blue 161

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

Shades of Light Sea Green #2AADA1

Tints of Light Sea Green #2AADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 11.17%
G = 46.01%
B = 42.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#2AADA1 (or 0x2AADA1) is known color: Light Sea Green. HEX triplet: 2A, AD and A1. RGB value is (42,173,161). Sum of RGB (Red+Green+Blue) = 42+173+161=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #2AADA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AADA1 is #D5525E. Grayscale: #848484. Windows color (decimal): -13980255 or 10595626. OLE color: 10595626.

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

Color convert

RGB 42 173 161 -
CMYK 0.76 0 0.07 0.32
HSL 174.5º 0.61% 0.42% -
HSV(B) 174.5º 0.76% 0.68% -
XYZ 22.33 32.95 38.9 -
YUV 132.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 42 173 161 0.76 0 0.07 0.32 174.5 0.61 0.42
Hex 2A AD A1 4C 0 7 20 AF 3D 2A
Octal 52 255 241 114 0 7 40 257 75 52
Binary 101010 10101101 10100001 1001100 0 111 100000 10101111 111101 101010

Color Harmonies of #2AADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADA1

Black with #2AADA1

Text Example


Text Example

White with #2AADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,173,161); }

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

background-color css

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

 a { background-color: rgb(42,173,161); }

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

border-color css

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

 span { border-color: rgb(42,173,161); }

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