Html Css Color HEX #AFEACC Magic Mint

📋 copy color: '#AFEACC'

red 175 ◦ green 234 ◦ blue 204

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

Shades of Magic Mint #AFEACC

Tints of Magic Mint #AFEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

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

R = 28.55%
G = 38.17%
B = 33.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#AFEACC (or 0xAFEACC) is known color: Magic Mint. HEX triplet: AF, EA and CC. RGB value is (175,234,204). Sum of RGB (Red+Green+Blue) = 175+234+204=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEACC is #501533. Grayscale: #D5D5D5. Windows color (decimal): -5248308 or 13429423. OLE color: 13429423.

HSL color Cylindrical-coordinate representation of color #AFEACC: hue angle of 149.49º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEACC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 204 -
CMYK 0.25 0 0.13 0.08
HSL 149.49º 0.58% 0.8% -
HSV(B) 149.49º 0.25% 0.92% -
XYZ 58 72.32 68.03 -
YUV 212.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 175 234 204 0.25 0 0.13 0.08 149.49 0.58 0.8
Hex AF EA CC 19 0 D 8 95 3A 50
Octal 257 352 314 31 0 15 10 225 72 120
Binary 10101111 11101010 11001100 11001 0 1101 1000 10010101 111010 1010000

Color Harmonies of #AFEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEACC

Black with #AFEACC

Text Example


Text Example

White with #AFEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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