Html Css Color HEX #AFF2CC Magic Mint

📋 copy color: '#AFF2CC'

red 175 ◦ green 242 ◦ blue 204

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

Shades of Magic Mint #AFF2CC

Tints of Magic Mint #AFF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

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

R = 28.18%
G = 38.97%
B = 32.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#AFF2CC (or 0xAFF2CC) is known color: Magic Mint. HEX triplet: AF, F2 and CC. RGB value is (175,242,204). Sum of RGB (Red+Green+Blue) = 175+242+204=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2CC is #500D33. Grayscale: #D9D9D9. Windows color (decimal): -5246260 or 13431471. OLE color: 13431471.

HSL color Cylindrical-coordinate representation of color #AFF2CC: hue angle of 145.97º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2CC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 204 -
CMYK 0.28 0 0.16 0.05
HSL 145.97º 0.72% 0.82% -
HSV(B) 145.97º 0.28% 0.95% -
XYZ 60.33 76.98 68.81 -
YUV 217.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 175 242 204 0.28 0 0.16 0.05 145.97 0.72 0.82
Hex AF F2 CC 1C 0 10 5 92 48 52
Octal 257 362 314 34 0 20 5 222 110 122
Binary 10101111 11110010 11001100 11100 0 10000 101 10010010 1001000 1010010

Color Harmonies of #AFF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2CC

Black with #AFF2CC

Text Example


Text Example

White with #AFF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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