Html Css Color HEX #2ABEAC Light Sea Green

📋 copy color: '#2ABEAC'

red 42 ◦ green 190 ◦ blue 172

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

Shades of Light Sea Green #2ABEAC

Tints of Light Sea Green #2ABEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

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

R = 10.4%
G = 47.03%
B = 42.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2ABEAC (or 0x2ABEAC) is known color: Light Sea Green. HEX triplet: 2A, BE and AC. RGB value is (42,190,172). Sum of RGB (Red+Green+Blue) = 42+190+172=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABEAC is #D54153. Grayscale: #8F8F8F. Windows color (decimal): -13975892 or 11320874. OLE color: 11320874.

HSL color Cylindrical-coordinate representation of color #2ABEAC: hue angle of 172.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABEAC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 172 -
CMYK 0.78 0 0.09 0.25
HSL 172.7º 0.64% 0.45% -
HSV(B) 172.7º 0.78% 0.75% -
XYZ 26.81 40.3 45.39 -
YUV 143.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 42 190 172 0.78 0 0.09 0.25 172.7 0.64 0.45
Hex 2A BE AC 4E 0 9 19 AD 40 2D
Octal 52 276 254 116 0 11 31 255 100 55
Binary 101010 10111110 10101100 1001110 0 1001 11001 10101101 1000000 101101

Color Harmonies of #2ABEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEAC

Black with #2ABEAC

Text Example


Text Example

White with #2ABEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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