Html Css Color HEX #AFF5CE Magic Mint

📋 copy color: '#AFF5CE'

red 175 ◦ green 245 ◦ blue 206

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

Shades of Magic Mint #AFF5CE

Tints of Magic Mint #AFF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.14%

 BLUE value IS 206 (80.86% from 255) = 32.91%

R = 27.96%
G = 39.14%
B = 32.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#AFF5CE (or 0xAFF5CE) is known color: Magic Mint. HEX triplet: AF, F5 and CE. RGB value is (175,245,206). Sum of RGB (Red+Green+Blue) = 175+245+206=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5CE is #500A31. Grayscale: #DBDBDB. Windows color (decimal): -5245490 or 13563311. OLE color: 13563311.

HSL color Cylindrical-coordinate representation of color #AFF5CE: hue angle of 146.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5CE is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 206 -
CMYK 0.29 0 0.16 0.04
HSL 146.57º 0.78% 0.82% -
HSV(B) 146.57º 0.29% 0.96% -
XYZ 61.47 78.88 70.38 -
YUV 219.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 175 245 206 0.29 0 0.16 0.04 146.57 0.78 0.82
Hex AF F5 CE 1D 0 10 4 93 4E 52
Octal 257 365 316 35 0 20 4 223 116 122
Binary 10101111 11110101 11001110 11101 0 10000 100 10010011 1001110 1010010

Color Harmonies of #AFF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5CE

Black with #AFF5CE

Text Example


Text Example

White with #AFF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5CE; }

 p { color: rgb(175,245,206); }

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

background-color css

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

 a { background-color: rgb(175,245,206); }

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

border-color css

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

 span { border-color: rgb(175,245,206); }

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