Html Css Color HEX #AFF9CF Magic Mint

📋 copy color: '#AFF9CF'

red 175 ◦ green 249 ◦ blue 207

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

Shades of Magic Mint #AFF9CF

Tints of Magic Mint #AFF9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.46%

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

R = 27.73%
G = 39.46%
B = 32.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#AFF9CF (or 0xAFF9CF) is known color: Magic Mint. HEX triplet: AF, F9 and CF. RGB value is (175,249,207). Sum of RGB (Red+Green+Blue) = 175+249+207=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CF is #500630. Grayscale: #DEDEDE. Windows color (decimal): -5244465 or 13629871. OLE color: 13629871.

HSL color Cylindrical-coordinate representation of color #AFF9CF: hue angle of 145.95º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9CF is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 207 -
CMYK 0.30 0 0.17 0.02
HSL 145.95º 0.86% 0.83% -
HSV(B) 145.95º 0.3% 0.98% -
XYZ 62.82 81.37 71.43 -
YUV 222.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 175 249 207 0.30 0 0.17 0.02 145.95 0.86 0.83
Hex AF F9 CF 1E 0 11 2 92 56 53
Octal 257 371 317 36 0 21 2 222 126 123
Binary 10101111 11111001 11001111 11110 0 10001 10 10010010 1010110 1010011

Color Harmonies of #AFF9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9CF

Black with #AFF9CF

Text Example


Text Example

White with #AFF9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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