Html Css Color HEX #2AB8AC Light Sea Green

📋 copy color: '#2AB8AC'

red 42 ◦ green 184 ◦ blue 172

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

Shades of Light Sea Green #2AB8AC

Tints of Light Sea Green #2AB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.23%

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

R = 10.55%
G = 46.23%
B = 43.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#2AB8AC (or 0x2AB8AC) is known color: Light Sea Green. HEX triplet: 2A, B8 and AC. RGB value is (42,184,172). Sum of RGB (Red+Green+Blue) = 42+184+172=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8AC is #D54753. Grayscale: #8C8C8C. Windows color (decimal): -13977428 or 11319338. OLE color: 11319338.

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

Color convert

RGB 42 184 172 -
CMYK 0.77 0 0.07 0.28
HSL 174.93º 0.63% 0.44% -
HSV(B) 174.93º 0.77% 0.72% -
XYZ 25.54 37.75 44.97 -
YUV 140.17 145.96 57.98 -
System Red Green Blue C M Y K H S L
Decimal 42 184 172 0.77 0 0.07 0.28 174.93 0.63 0.44
Hex 2A B8 AC 4D 0 7 1C AF 3F 2C
Octal 52 270 254 115 0 7 34 257 77 54
Binary 101010 10111000 10101100 1001101 0 111 11100 10101111 111111 101100

Color Harmonies of #2AB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB8AC

Black with #2AB8AC

Text Example


Text Example

White with #2AB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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