Html Css Color HEX #AFF5CC Magic Mint

📋 copy color: '#AFF5CC'

red 175 ◦ green 245 ◦ blue 204

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

Shades of Magic Mint #AFF5CC

Tints of Magic Mint #AFF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.26%

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

R = 28.04%
G = 39.26%
B = 32.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#AFF5CC (or 0xAFF5CC) is known color: Magic Mint. HEX triplet: AF, F5 and CC. RGB value is (175,245,204). Sum of RGB (Red+Green+Blue) = 175+245+204=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5CC is #500A33. Grayscale: #DBDBDB. Windows color (decimal): -5245492 or 13432239. OLE color: 13432239.

HSL color Cylindrical-coordinate representation of color #AFF5CC: hue angle of 144.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5CC is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 204 -
CMYK 0.29 0 0.17 0.04
HSL 144.86º 0.78% 0.82% -
HSV(B) 144.86º 0.29% 0.96% -
XYZ 61.23 78.78 69.11 -
YUV 219.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 175 245 204 0.29 0 0.17 0.04 144.86 0.78 0.82
Hex AF F5 CC 1D 0 11 4 91 4E 52
Octal 257 365 314 35 0 21 4 221 116 122
Binary 10101111 11110101 11001100 11101 0 10001 100 10010001 1001110 1010010

Color Harmonies of #AFF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5CC

Black with #AFF5CC

Text Example


Text Example

White with #AFF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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