Html Css Color HEX #AFF0CF Magic Mint

📋 copy color: '#AFF0CF'

red 175 ◦ green 240 ◦ blue 207

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

Shades of Magic Mint #AFF0CF

Tints of Magic Mint #AFF0CF

RGB

 RED value IS 175 (68.75% from 255) = 28.14%

 GREEN value IS 240 (94.14% from 255) = 38.59%

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

R = 28.14%
G = 38.59%
B = 33.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#AFF0CF (or 0xAFF0CF) is known color: Magic Mint. HEX triplet: AF, F0 and CF. RGB value is (175,240,207). Sum of RGB (Red+Green+Blue) = 175+240+207=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0CF is #500F30. Grayscale: #D8D8D8. Windows color (decimal): -5246769 or 13627567. OLE color: 13627567.

HSL color Cylindrical-coordinate representation of color #AFF0CF: hue angle of 149.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0CF is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 207 -
CMYK 0.27 0 0.14 0.06
HSL 149.54º 0.68% 0.81% -
HSV(B) 149.54º 0.27% 0.94% -
XYZ 60.1 75.94 70.52 -
YUV 216.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 175 240 207 0.27 0 0.14 0.06 149.54 0.68 0.81
Hex AF F0 CF 1B 0 E 6 96 44 51
Octal 257 360 317 33 0 16 6 226 104 121
Binary 10101111 11110000 11001111 11011 0 1110 110 10010110 1000100 1010001

Color Harmonies of #AFF0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0CF

Black with #AFF0CF

Text Example


Text Example

White with #AFF0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0CF; }

 p { color: rgb(175,240,207); }

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

background-color css

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

 a { background-color: rgb(175,240,207); }

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

border-color css

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

 span { border-color: rgb(175,240,207); }

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