Html Css Color HEX #2AFBB1 Medium Spring Green

📋 copy color: '#2AFBB1'

red 42 ◦ green 251 ◦ blue 177

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

Shades of Medium Spring Green #2AFBB1

Tints of Medium Spring Green #2AFBB1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.4%

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

R = 8.94%
G = 53.4%
B = 37.66%

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

#2AFBB1 (or 0x2AFBB1) is known color: Medium Spring Green. HEX triplet: 2A, FB and B1. RGB value is (42,251,177). Sum of RGB (Red+Green+Blue) = 42+251+177=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFBB1 is #D5044E. Grayscale: #B4B4B4. Windows color (decimal): -13960271 or 11664170. OLE color: 11664170.

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

Color convert

RGB 42 251 177 -
CMYK 0.83 0 0.29 0.02
HSL 158.76º 0.96% 0.57% -
HSV(B) 158.76º 0.83% 0.98% -
XYZ 43.39 72.66 53.33 -
YUV 180.07 126.26 29.52 -
System Red Green Blue C M Y K H S L
Decimal 42 251 177 0.83 0 0.29 0.02 158.76 0.96 0.57
Hex 2A FB B1 53 0 1D 2 9F 60 39
Octal 52 373 261 123 0 35 2 237 140 71
Binary 101010 11111011 10110001 1010011 0 11101 10 10011111 1100000 111001

Color Harmonies of #2AFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFBB1

Black with #2AFBB1

Text Example


Text Example

White with #2AFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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