Html Css Color HEX #2ABAA4 Light Sea Green

📋 copy color: '#2ABAA4'

red 42 ◦ green 186 ◦ blue 164

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

Shades of Light Sea Green #2ABAA4

Tints of Light Sea Green #2ABAA4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

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

R = 10.71%
G = 47.45%
B = 41.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#2ABAA4 (or 0x2ABAA4) is known color: Light Sea Green. HEX triplet: 2A, BA and A4. RGB value is (42,186,164). Sum of RGB (Red+Green+Blue) = 42+186+164=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABAA4 is #D5455B. Grayscale: #8C8C8C. Windows color (decimal): -13976924 or 10795562. OLE color: 10795562.

HSL color Cylindrical-coordinate representation of color #2ABAA4: hue angle of 170.83º 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 #2ABAA4 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 164 -
CMYK 0.77 0 0.12 0.27
HSL 170.83º 0.63% 0.45% -
HSV(B) 170.83º 0.77% 0.73% -
XYZ 25.21 38.29 41.18 -
YUV 140.44 141.29 57.79 -
System Red Green Blue C M Y K H S L
Decimal 42 186 164 0.77 0 0.12 0.27 170.83 0.63 0.45
Hex 2A BA A4 4D 0 C 1B AB 3F 2D
Octal 52 272 244 115 0 14 33 253 77 55
Binary 101010 10111010 10100100 1001101 0 1100 11011 10101011 111111 101101

Color Harmonies of #2ABAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAA4

Black with #2ABAA4

Text Example


Text Example

White with #2ABAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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