Html Css Color HEX #AFEEC8 Magic Mint

📋 copy color: '#AFEEC8'

red 175 ◦ green 238 ◦ blue 200

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

Shades of Magic Mint #AFEEC8

Tints of Magic Mint #AFEEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.63%

R = 28.55%
G = 38.83%
B = 32.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AFEEC8 (or 0xAFEEC8) is known color: Magic Mint. HEX triplet: AF, EE and C8. RGB value is (175,238,200). Sum of RGB (Red+Green+Blue) = 175+238+200=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC8 is #501137. Grayscale: #D6D6D6. Windows color (decimal): -5247288 or 13168303. OLE color: 13168303.

HSL color Cylindrical-coordinate representation of color #AFEEC8: hue angle of 143.81º 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 #AFEEC8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 200 -
CMYK 0.26 0 0.16 0.07
HSL 143.81º 0.65% 0.81% -
HSV(B) 143.81º 0.26% 0.93% -
XYZ 58.68 74.43 65.92 -
YUV 214.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 175 238 200 0.26 0 0.16 0.07 143.81 0.65 0.81
Hex AF EE C8 1A 0 10 7 90 41 51
Octal 257 356 310 32 0 20 7 220 101 121
Binary 10101111 11101110 11001000 11010 0 10000 111 10010000 1000001 1010001

Color Harmonies of #AFEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEC8

Black with #AFEEC8

Text Example


Text Example

White with #AFEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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