Html Css Color HEX #AFF6CE Magic Mint

📋 copy color: '#AFF6CE'

red 175 ◦ green 246 ◦ blue 206

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

Shades of Magic Mint #AFF6CE

Tints of Magic Mint #AFF6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

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

R = 27.91%
G = 39.23%
B = 32.85%

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

#AFF6CE (or 0xAFF6CE) is known color: Magic Mint. HEX triplet: AF, F6 and CE. RGB value is (175,246,206). Sum of RGB (Red+Green+Blue) = 175+246+206=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6CE is #500931. Grayscale: #DCDCDC. Windows color (decimal): -5245234 or 13563567. OLE color: 13563567.

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

Color convert

RGB 175 246 206 -
CMYK 0.29 0 0.16 0.04
HSL 146.2º 0.8% 0.83% -
HSV(B) 146.2º 0.29% 0.96% -
XYZ 61.78 79.48 70.48 -
YUV 220.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 175 246 206 0.29 0 0.16 0.04 146.2 0.8 0.83
Hex AF F6 CE 1D 0 10 4 92 50 53
Octal 257 366 316 35 0 20 4 222 120 123
Binary 10101111 11110110 11001110 11101 0 10000 100 10010010 1010000 1010011

Color Harmonies of #AFF6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6CE

Black with #AFF6CE

Text Example


Text Example

White with #AFF6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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