Html Css Color HEX #AFEED6 Magic Mint

📋 copy color: '#AFEED6'

red 175 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #AFEED6

Tints of Magic Mint #AFEED6

RGB

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

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

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

R = 27.91%
G = 37.96%
B = 34.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#AFEED6 (or 0xAFEED6) is known color: Magic Mint. HEX triplet: AF, EE and D6. RGB value is (175,238,214). Sum of RGB (Red+Green+Blue) = 175+238+214=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED6 is #501129. Grayscale: #D8D8D8. Windows color (decimal): -5247274 or 14085807. OLE color: 14085807.

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

Color convert

RGB 175 238 214 -
CMYK 0.26 0 0.10 0.07
HSL 157.14º 0.65% 0.81% -
HSV(B) 157.14º 0.26% 0.93% -
XYZ 60.39 75.12 74.93 -
YUV 216.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 175 238 214 0.26 0 0.10 0.07 157.14 0.65 0.81
Hex AF EE D6 1A 0 A 7 9D 41 51
Octal 257 356 326 32 0 12 7 235 101 121
Binary 10101111 11101110 11010110 11010 0 1010 111 10011101 1000001 1010001

Color Harmonies of #AFEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEED6

Black with #AFEED6

Text Example


Text Example

White with #AFEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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