Html Css Color HEX #AFFACC Magic Mint

📋 copy color: '#AFFACC'

red 175 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #AFFACC

Tints of Magic Mint #AFFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.75%

 BLUE value IS 204 (80.08% from 255) = 32.43%

R = 27.82%
G = 39.75%
B = 32.43%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#AFFACC (or 0xAFFACC) is known color: Magic Mint. HEX triplet: AF, FA and CC. RGB value is (175,250,204). Sum of RGB (Red+Green+Blue) = 175+250+204=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACC is #500533. Grayscale: #DEDEDE. Windows color (decimal): -5244212 or 13433519. OLE color: 13433519.

HSL color Cylindrical-coordinate representation of color #AFFACC: hue angle of 143.2º degrees, saturation: 0.88, 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 #AFFACC is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 204 -
CMYK 0.3 0 0.18 0.02
HSL 143.2º 0.88% 0.83% -
HSV(B) 143.2º 0.3% 0.98% -
XYZ 62.76 81.84 69.62 -
YUV 222.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 175 250 204 0.3 0 0.18 0.02 143.2 0.88 0.83
Hex AF FA CC 1E 0 12 2 8F 58 53
Octal 257 372 314 36 0 22 2 217 130 123
Binary 10101111 11111010 11001100 11110 0 10010 10 10001111 1011000 1010011

Color Harmonies of #AFFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFACC

Black with #AFFACC

Text Example


Text Example

White with #AFFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFACC; }

 p { color: rgb(175,250,204); }

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

background-color css

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

 a { background-color: rgb(175,250,204); }

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

border-color css

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

 span { border-color: rgb(175,250,204); }

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