Html Css Color HEX #2AB9AC Light Sea Green

📋 copy color: '#2AB9AC'

red 42 ◦ green 185 ◦ blue 172

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

Shades of Light Sea Green #2AB9AC

Tints of Light Sea Green #2AB9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.37%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 10.53%
G = 46.37%
B = 43.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#2AB9AC (or 0x2AB9AC) is known color: Light Sea Green. HEX triplet: 2A, B9 and AC. RGB value is (42,185,172). Sum of RGB (Red+Green+Blue) = 42+185+172=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB9AC is #D54653. Grayscale: #8C8C8C. Windows color (decimal): -13977172 or 11319594. OLE color: 11319594.

HSL color Cylindrical-coordinate representation of color #2AB9AC: hue angle of 174.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB9AC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 172 -
CMYK 0.77 0 0.07 0.27
HSL 174.55º 0.63% 0.45% -
HSV(B) 174.55º 0.77% 0.73% -
XYZ 25.75 38.17 45.04 -
YUV 140.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 42 185 172 0.77 0 0.07 0.27 174.55 0.63 0.45
Hex 2A B9 AC 4D 0 7 1B AF 3F 2D
Octal 52 271 254 115 0 7 33 257 77 55
Binary 101010 10111001 10101100 1001101 0 111 11011 10101111 111111 101101

Color Harmonies of #2AB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB9AC

Black with #2AB9AC

Text Example


Text Example

White with #2AB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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