Html Css Color HEX #A0FECF Magic Mint

📋 copy color: '#A0FECF'

red 160 ◦ green 254 ◦ blue 207

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

Shades of Magic Mint #A0FECF

Tints of Magic Mint #A0FECF

RGB

 RED value IS 160 (62.89% from 255) = 25.76%

 GREEN value IS 254 (99.61% from 255) = 40.9%

 BLUE value IS 207 (81.25% from 255) = 33.33%

R = 25.76%
G = 40.9%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#A0FECF (or 0xA0FECF) is known color: Magic Mint. HEX triplet: A0, FE and CF. RGB value is (160,254,207). Sum of RGB (Red+Green+Blue) = 160+254+207=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FECF is #5F0130. Grayscale: #DCDCDC. Windows color (decimal): -6226225 or 13631136. OLE color: 13631136.

HSL color Cylindrical-coordinate representation of color #A0FECF: hue angle of 150º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FECF is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 207 -
CMYK 0.37 0 0.19 0.00
HSL 150º 0.98% 0.81% -
HSV(B) 150º 0.37% 1% -
XYZ 61.2 82.86 71.8 -
YUV 220.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 160 254 207 0.37 0 0.19 0.00 150 0.98 0.81
Hex A0 FE CF 25 0 13 0 96 62 51
Octal 240 376 317 45 0 23 0 226 142 121
Binary 10100000 11111110 11001111 100101 0 10011 0 10010110 1100010 1010001

Color Harmonies of #A0FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FECF

Black with #A0FECF

Text Example


Text Example

White with #A0FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FECF; }

 p { color: rgb(160,254,207); }

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

background-color css

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

 a { background-color: rgb(160,254,207); }

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

border-color css

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

 span { border-color: rgb(160,254,207); }

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