Html Css Color HEX #AFFCD0 Magic Mint

📋 copy color: '#AFFCD0'

red 175 ◦ green 252 ◦ blue 208

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

Shades of Magic Mint #AFFCD0

Tints of Magic Mint #AFFCD0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.69%

 BLUE value IS 208 (81.64% from 255) = 32.76%

R = 27.56%
G = 39.69%
B = 32.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#AFFCD0 (or 0xAFFCD0) is known color: Magic Mint. HEX triplet: AF, FC and D0. RGB value is (175,252,208). Sum of RGB (Red+Green+Blue) = 175+252+208=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCD0 is #50032F. Grayscale: #E0E0E0. Windows color (decimal): -5243696 or 13696175. OLE color: 13696175.

HSL color Cylindrical-coordinate representation of color #AFFCD0: hue angle of 145.71º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCD0 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 208 -
CMYK 0.31 0 0.17 0.01
HSL 145.71º 0.93% 0.84% -
HSV(B) 145.71º 0.31% 0.99% -
XYZ 63.87 83.29 72.38 -
YUV 223.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 175 252 208 0.31 0 0.17 0.01 145.71 0.93 0.84
Hex AF FC D0 1F 0 11 1 92 5D 54
Octal 257 374 320 37 0 21 1 222 135 124
Binary 10101111 11111100 11010000 11111 0 10001 1 10010010 1011101 1010100

Color Harmonies of #AFFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFCD0

Black with #AFFCD0

Text Example


Text Example

White with #AFFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFCD0; }

 p { color: rgb(175,252,208); }

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

background-color css

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

 a { background-color: rgb(175,252,208); }

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

border-color css

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

 span { border-color: rgb(175,252,208); }

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