Html Css Color HEX #2AFAB1 Medium Spring Green

📋 copy color: '#2AFAB1'

red 42 ◦ green 250 ◦ blue 177

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

Shades of Medium Spring Green #2AFAB1

Tints of Medium Spring Green #2AFAB1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.3%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 8.96%
G = 53.3%
B = 37.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#2AFAB1 (or 0x2AFAB1) is known color: Medium Spring Green. HEX triplet: 2A, FA and B1. RGB value is (42,250,177). Sum of RGB (Red+Green+Blue) = 42+250+177=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFAB1 is #D5054E. Grayscale: #B3B3B3. Windows color (decimal): -13960527 or 11663914. OLE color: 11663914.

HSL color Cylindrical-coordinate representation of color #2AFAB1: hue angle of 158.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFAB1 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 250 177 -
CMYK 0.83 0 0.29 0.02
HSL 158.94º 0.95% 0.57% -
HSV(B) 158.94º 0.83% 0.98% -
XYZ 43.08 72.04 53.23 -
YUV 179.49 126.59 29.94 -
System Red Green Blue C M Y K H S L
Decimal 42 250 177 0.83 0 0.29 0.02 158.94 0.95 0.57
Hex 2A FA B1 53 0 1D 2 9F 5F 39
Octal 52 372 261 123 0 35 2 237 137 71
Binary 101010 11111010 10110001 1010011 0 11101 10 10011111 1011111 111001

Color Harmonies of #2AFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFAB1

Black with #2AFAB1

Text Example


Text Example

White with #2AFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,250,177); }

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

background-color css

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

 a { background-color: rgb(42,250,177); }

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

border-color css

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

 span { border-color: rgb(42,250,177); }

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