Html Css Color HEX #2AFAB2 Medium Spring Green

📋 copy color: '#2AFAB2'

red 42 ◦ green 250 ◦ blue 178

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

Shades of Medium Spring Green #2AFAB2

Tints of Medium Spring Green #2AFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 8.94%
G = 53.19%
B = 37.87%

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

#2AFAB2 (or 0x2AFAB2) is known color: Medium Spring Green. HEX triplet: 2A, FA and B2. RGB value is (42,250,178). Sum of RGB (Red+Green+Blue) = 42+250+178=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFAB2 is #D5054D. Grayscale: #B3B3B3. Windows color (decimal): -13960526 or 11729450. OLE color: 11729450.

HSL color Cylindrical-coordinate representation of color #2AFAB2: hue angle of 159.23º 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 #2AFAB2 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 250 178 -
CMYK 0.83 0 0.29 0.02
HSL 159.23º 0.95% 0.57% -
HSV(B) 159.23º 0.83% 0.98% -
XYZ 43.18 72.08 53.76 -
YUV 179.6 127.09 29.85 -
System Red Green Blue C M Y K H S L
Decimal 42 250 178 0.83 0 0.29 0.02 159.23 0.95 0.57
Hex 2A FA B2 53 0 1D 2 9F 5F 39
Octal 52 372 262 123 0 35 2 237 137 71
Binary 101010 11111010 10110010 1010011 0 11101 10 10011111 1011111 111001

Color Harmonies of #2AFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFAB2

Black with #2AFAB2

Text Example


Text Example

White with #2AFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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