Html Css Color HEX #AFFFCF Magic Mint

📋 copy color: '#AFFFCF'

red 175 ◦ green 255 ◦ blue 207

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

Shades of Magic Mint #AFFFCF

Tints of Magic Mint #AFFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.03%

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

R = 27.47%
G = 40.03%
B = 32.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#AFFFCF (or 0xAFFFCF) is known color: Magic Mint. HEX triplet: AF, FF and CF. RGB value is (175,255,207). Sum of RGB (Red+Green+Blue) = 175+255+207=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCF is #500030. Grayscale: #E1E1E1. Windows color (decimal): -5242929 or 13631407. OLE color: 13631407.

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

Color convert

RGB 175 255 207 -
CMYK 0.31 0 0.19 0
HSL 144º 1% 0.84% -
HSV(B) 144º 0.31% 1% -
XYZ 64.7 85.14 72.05 -
YUV 225.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 175 255 207 0.31 0 0.19 0 144 1 0.84
Hex AF FF CF 1F 0 13 0 90 64 54
Octal 257 377 317 37 0 23 0 220 144 124
Binary 10101111 11111111 11001111 11111 0 10011 0 10010000 1100100 1010100

Color Harmonies of #AFFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFCF

Black with #AFFFCF

Text Example


Text Example

White with #AFFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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