Html Css Color HEX #AFF6CF Magic Mint

📋 copy color: '#AFF6CF'

red 175 ◦ green 246 ◦ blue 207

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

Shades of Magic Mint #AFF6CF

Tints of Magic Mint #AFF6CF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.17%

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

R = 27.87%
G = 39.17%
B = 32.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#AFF6CF (or 0xAFF6CF) is known color: Magic Mint. HEX triplet: AF, F6 and CF. RGB value is (175,246,207). Sum of RGB (Red+Green+Blue) = 175+246+207=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6CF is #500930. Grayscale: #DCDCDC. Windows color (decimal): -5245233 or 13629103. OLE color: 13629103.

HSL color Cylindrical-coordinate representation of color #AFF6CF: hue angle of 147.04º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6CF is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 207 -
CMYK 0.29 0 0.16 0.04
HSL 147.04º 0.8% 0.83% -
HSV(B) 147.04º 0.29% 0.96% -
XYZ 61.9 79.53 71.12 -
YUV 220.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 175 246 207 0.29 0 0.16 0.04 147.04 0.8 0.83
Hex AF F6 CF 1D 0 10 4 93 50 53
Octal 257 366 317 35 0 20 4 223 120 123
Binary 10101111 11110110 11001111 11101 0 10000 100 10010011 1010000 1010011

Color Harmonies of #AFF6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6CF

Black with #AFF6CF

Text Example


Text Example

White with #AFF6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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