Html Css Color HEX #AFF8CF Magic Mint

📋 copy color: '#AFF8CF'

red 175 ◦ green 248 ◦ blue 207

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

Shades of Magic Mint #AFF8CF

Tints of Magic Mint #AFF8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.37%

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

R = 27.78%
G = 39.37%
B = 32.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#AFF8CF (or 0xAFF8CF) is known color: Magic Mint. HEX triplet: AF, F8 and CF. RGB value is (175,248,207). Sum of RGB (Red+Green+Blue) = 175+248+207=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8CF is #500730. Grayscale: #DDDDDD. Windows color (decimal): -5244721 or 13629615. OLE color: 13629615.

HSL color Cylindrical-coordinate representation of color #AFF8CF: hue angle of 146.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8CF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 207 -
CMYK 0.29 0 0.17 0.03
HSL 146.3º 0.84% 0.83% -
HSV(B) 146.3º 0.29% 0.97% -
XYZ 62.51 80.75 71.32 -
YUV 221.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 175 248 207 0.29 0 0.17 0.03 146.3 0.84 0.83
Hex AF F8 CF 1D 0 11 3 92 54 53
Octal 257 370 317 35 0 21 3 222 124 123
Binary 10101111 11111000 11001111 11101 0 10001 11 10010010 1010100 1010011

Color Harmonies of #AFF8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8CF

Black with #AFF8CF

Text Example


Text Example

White with #AFF8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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