#AFEBCB

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

Shades of Magic Mint #AFEBCB

Tints of Magic Mint #AFEBCB

Color information

#AFEBCB (or 0xAFEBCB) is unknown color: approx Magic Mint. HEX triplet: AF, EB and CB. RGB value is (175,235,203). Sum of RGB (Red+Green+Blue) = 175+235+203=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBCB is #501434. Grayscale: #D5D5D5. Windows color (decimal): -5248053 or 13364143. OLE color: 13364143.

HSL color Cylindrical-coordinate representation of color #AFEBCB: hue angle of 148º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBCB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB175235203-
CMYK0.2600.140.08
HSL148º60%80.39%-
HSV(B)148º25.53%92.16%-
XYZ58.1772.8467.49-
YUV213.41122.12100.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=28.55%
G=38.34%
B=33.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752352030.2600.140.081486080.39
HexAFEBCB1A0E8943c50
Octal257353313320161022474120
Binary10101111111010111100101111010011101000100101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBCB; }

 p { color: rgb(175,235,203); }

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

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

 a { background-color: rgb(175,235,203); }

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

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

 span { border-color: rgb(175,235,203); }

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