Html Css Color HEX #AFECCE Magic Mint

📋 copy color: '#AFECCE'

red 175 ◦ green 236 ◦ blue 206

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

Shades of Magic Mint #AFECCE

Tints of Magic Mint #AFECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.25%

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

R = 28.36%
G = 38.25%
B = 33.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#AFECCE (or 0xAFECCE) is known color: Magic Mint. HEX triplet: AF, EC and CE. RGB value is (175,236,206). Sum of RGB (Red+Green+Blue) = 175+236+206=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCE is #501331. Grayscale: #D6D6D6. Windows color (decimal): -5247794 or 13561007. OLE color: 13561007.

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

Color convert

RGB 175 236 206 -
CMYK 0.26 0 0.13 0.07
HSL 150.49º 0.62% 0.81% -
HSV(B) 150.49º 0.26% 0.93% -
XYZ 58.82 73.56 69.49 -
YUV 214.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 175 236 206 0.26 0 0.13 0.07 150.49 0.62 0.81
Hex AF EC CE 1A 0 D 7 96 3E 51
Octal 257 354 316 32 0 15 7 226 76 121
Binary 10101111 11101100 11001110 11010 0 1101 111 10010110 111110 1010001

Color Harmonies of #AFECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECCE

Black with #AFECCE

Text Example


Text Example

White with #AFECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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