Html Css Color HEX #AFEFD6 Magic Mint

📋 copy color: '#AFEFD6'

red 175 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #AFEFD6

Tints of Magic Mint #AFEFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.06%

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 27.87%
G = 38.06%
B = 34.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#AFEFD6 (or 0xAFEFD6) is known color: Magic Mint. HEX triplet: AF, EF and D6. RGB value is (175,239,214). Sum of RGB (Red+Green+Blue) = 175+239+214=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFD6 is #501029. Grayscale: #D9D9D9. Windows color (decimal): -5247018 or 14086063. OLE color: 14086063.

HSL color Cylindrical-coordinate representation of color #AFEFD6: hue angle of 156.56º degrees, saturation: 0.67, 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 #AFEFD6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 214 -
CMYK 0.27 0 0.10 0.06
HSL 156.56º 0.67% 0.81% -
HSV(B) 156.56º 0.27% 0.94% -
XYZ 60.68 75.7 75.03 -
YUV 217.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 175 239 214 0.27 0 0.10 0.06 156.56 0.67 0.81
Hex AF EF D6 1B 0 A 6 9D 43 51
Octal 257 357 326 33 0 12 6 235 103 121
Binary 10101111 11101111 11010110 11011 0 1010 110 10011101 1000011 1010001

Color Harmonies of #AFEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFD6

Black with #AFEFD6

Text Example


Text Example

White with #AFEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFD6; }

 p { color: rgb(175,239,214); }

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

background-color css

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

 a { background-color: rgb(175,239,214); }

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

border-color css

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

 span { border-color: rgb(175,239,214); }

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