Html Css Color HEX #AFEEC7 Magic Mint

📋 copy color: '#AFEEC7'

red 175 ◦ green 238 ◦ blue 199

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

Shades of Magic Mint #AFEEC7

Tints of Magic Mint #AFEEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.52%

R = 28.59%
G = 38.89%
B = 32.52%

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

#AFEEC7 (or 0xAFEEC7) is known color: Magic Mint. HEX triplet: AF, EE and C7. RGB value is (175,238,199). Sum of RGB (Red+Green+Blue) = 175+238+199=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC7 is #501138. Grayscale: #D6D6D6. Windows color (decimal): -5247289 or 13102767. OLE color: 13102767.

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

Color convert

RGB 175 238 199 -
CMYK 0.26 0 0.16 0.07
HSL 142.86º 0.65% 0.81% -
HSV(B) 142.86º 0.26% 0.93% -
XYZ 58.56 74.39 65.3 -
YUV 214.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 175 238 199 0.26 0 0.16 0.07 142.86 0.65 0.81
Hex AF EE C7 1A 0 10 7 8F 41 51
Octal 257 356 307 32 0 20 7 217 101 121
Binary 10101111 11101110 11000111 11010 0 10000 111 10001111 1000001 1010001

Color Harmonies of #AFEEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEC7

Black with #AFEEC7

Text Example


Text Example

White with #AFEEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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