Html Css Color HEX #AFEFC6 Magic Mint

📋 copy color: '#AFEFC6'

red 175 ◦ green 239 ◦ blue 198

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

Shades of Magic Mint #AFEFC6

Tints of Magic Mint #AFEFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 28.59%
G = 39.05%
B = 32.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#AFEFC6 (or 0xAFEFC6) is known color: Magic Mint. HEX triplet: AF, EF and C6. RGB value is (175,239,198). Sum of RGB (Red+Green+Blue) = 175+239+198=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFC6 is #501039. Grayscale: #D7D7D7. Windows color (decimal): -5247034 or 13037487. OLE color: 13037487.

HSL color Cylindrical-coordinate representation of color #AFEFC6: hue angle of 141.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 #AFEFC6 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 198 -
CMYK 0.27 0 0.17 0.06
HSL 141.56º 0.67% 0.81% -
HSV(B) 141.56º 0.27% 0.94% -
XYZ 58.74 74.92 64.79 -
YUV 215.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 175 239 198 0.27 0 0.17 0.06 141.56 0.67 0.81
Hex AF EF C6 1B 0 11 6 8E 43 51
Octal 257 357 306 33 0 21 6 216 103 121
Binary 10101111 11101111 11000110 11011 0 10001 110 10001110 1000011 1010001

Color Harmonies of #AFEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFC6

Black with #AFEFC6

Text Example


Text Example

White with #AFEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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