Html Css Color HEX #2ABEA4 Light Sea Green

📋 copy color: '#2ABEA4'

red 42 ◦ green 190 ◦ blue 164

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

Shades of Light Sea Green #2ABEA4

Tints of Light Sea Green #2ABEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 10.61%
G = 47.98%
B = 41.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#2ABEA4 (or 0x2ABEA4) is known color: Light Sea Green. HEX triplet: 2A, BE and A4. RGB value is (42,190,164). Sum of RGB (Red+Green+Blue) = 42+190+164=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABEA4 is #D5415B. Grayscale: #8E8E8E. Windows color (decimal): -13975900 or 10796586. OLE color: 10796586.

HSL color Cylindrical-coordinate representation of color #2ABEA4: hue angle of 169.46º 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 #2ABEA4 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 164 -
CMYK 0.78 0 0.14 0.25
HSL 169.46º 0.64% 0.45% -
HSV(B) 169.46º 0.78% 0.75% -
XYZ 26.07 40 41.47 -
YUV 142.78 139.97 56.11 -
System Red Green Blue C M Y K H S L
Decimal 42 190 164 0.78 0 0.14 0.25 169.46 0.64 0.45
Hex 2A BE A4 4E 0 E 19 A9 40 2D
Octal 52 276 244 116 0 16 31 251 100 55
Binary 101010 10111110 10100100 1001110 0 1110 11001 10101001 1000000 101101

Color Harmonies of #2ABEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEA4

Black with #2ABEA4

Text Example


Text Example

White with #2ABEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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