#AFEECF

Color #AFEECF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AFEECF

Tints of Magic Mint #AFEECF

Color information

#AFEECF (or 0xAFEECF) is unknown color: approx Magic Mint. HEX triplet: AF, EE and CF. RGB value is (175,238,207). Sum of RGB (Red+Green+Blue) = 175+238+207=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEECF is #501130. Grayscale: #D7D7D7. Windows color (decimal): -5247281 or 13627055. OLE color: 13627055.

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

Color convert

RGB175238207-
CMYK0.2600.130.07
HSL150.48º64.95%80.98%-
HSV(B)150.48º26.47%93.33%-
XYZ59.5274.7770.33-
YUV215.63123.1399.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=28.23%
G=38.39%
B=33.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382070.2600.130.07150.4864.9580.98
HexAFEECF1A0D7964151
Octal257356317320157226101121
Binary10101111111011101100111111010011011111001011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEECF; }

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

 H1.HeaderClassName
 {
   color: #AFEECF;
 }
 .AnyTagClassName
 {
   color: #AFEECF;
 }
</style>
background-color css

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

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

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

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

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

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