Html Css Color HEX #2AFAB3 Medium Spring Green

📋 copy color: '#2AFAB3'

red 42 ◦ green 250 ◦ blue 179

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

Shades of Medium Spring Green #2AFAB3

Tints of Medium Spring Green #2AFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 8.92%
G = 53.08%
B = 38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#2AFAB3 (or 0x2AFAB3) is known color: Medium Spring Green. HEX triplet: 2A, FA and B3. RGB value is (42,250,179). Sum of RGB (Red+Green+Blue) = 42+250+179=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFAB3 is #D5054C. Grayscale: #B3B3B3. Windows color (decimal): -13960525 or 11794986. OLE color: 11794986.

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

Color convert

RGB 42 250 179 -
CMYK 0.83 0 0.28 0.02
HSL 159.52º 0.95% 0.57% -
HSV(B) 159.52º 0.83% 0.98% -
XYZ 43.28 72.12 54.29 -
YUV 179.71 127.59 29.77 -
System Red Green Blue C M Y K H S L
Decimal 42 250 179 0.83 0 0.28 0.02 159.52 0.95 0.57
Hex 2A FA B3 53 0 1C 2 A0 5F 39
Octal 52 372 263 123 0 34 2 240 137 71
Binary 101010 11111010 10110011 1010011 0 11100 10 10100000 1011111 111001

Color Harmonies of #2AFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFAB3

Black with #2AFAB3

Text Example


Text Example

White with #2AFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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