Html Css Color HEX #AFEED8 Magic Mint

📋 copy color: '#AFEED8'

red 175 ◦ green 238 ◦ blue 216

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

Shades of Magic Mint #AFEED8

Tints of Magic Mint #AFEED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.84%

 BLUE value IS 216 (84.77% from 255) = 34.34%

R = 27.82%
G = 37.84%
B = 34.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#AFEED8 (or 0xAFEED8) is known color: Magic Mint. HEX triplet: AF, EE and D8. RGB value is (175,238,216). Sum of RGB (Red+Green+Blue) = 175+238+216=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED8 is #501127. Grayscale: #D8D8D8. Windows color (decimal): -5247272 or 14216879. OLE color: 14216879.

HSL color Cylindrical-coordinate representation of color #AFEED8: hue angle of 159.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEED8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 216 -
CMYK 0.26 0 0.09 0.07
HSL 159.05º 0.65% 0.81% -
HSV(B) 159.05º 0.26% 0.93% -
XYZ 60.65 75.22 76.29 -
YUV 216.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 175 238 216 0.26 0 0.09 0.07 159.05 0.65 0.81
Hex AF EE D8 1A 0 9 7 9F 41 51
Octal 257 356 330 32 0 11 7 237 101 121
Binary 10101111 11101110 11011000 11010 0 1001 111 10011111 1000001 1010001

Color Harmonies of #AFEED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEED8

Black with #AFEED8

Text Example


Text Example

White with #AFEED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEED8; }

 p { color: rgb(175,238,216); }

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

background-color css

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

 a { background-color: rgb(175,238,216); }

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

border-color css

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

 span { border-color: rgb(175,238,216); }

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