Html Css Color HEX #AFF0CC Magic Mint

📋 copy color: '#AFF0CC'

red 175 ◦ green 240 ◦ blue 204

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

Shades of Magic Mint #AFF0CC

Tints of Magic Mint #AFF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.77%

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

R = 28.27%
G = 38.77%
B = 32.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#AFF0CC (or 0xAFF0CC) is known color: Magic Mint. HEX triplet: AF, F0 and CC. RGB value is (175,240,204). Sum of RGB (Red+Green+Blue) = 175+240+204=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0CC is #500F33. Grayscale: #D8D8D8. Windows color (decimal): -5246772 or 13430959. OLE color: 13430959.

HSL color Cylindrical-coordinate representation of color #AFF0CC: hue angle of 146.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0CC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 204 -
CMYK 0.27 0 0.15 0.06
HSL 146.77º 0.68% 0.81% -
HSV(B) 146.77º 0.27% 0.94% -
XYZ 59.74 75.79 68.61 -
YUV 216.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 175 240 204 0.27 0 0.15 0.06 146.77 0.68 0.81
Hex AF F0 CC 1B 0 F 6 93 44 51
Octal 257 360 314 33 0 17 6 223 104 121
Binary 10101111 11110000 11001100 11011 0 1111 110 10010011 1000100 1010001

Color Harmonies of #AFF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0CC

Black with #AFF0CC

Text Example


Text Example

White with #AFF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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