Html Css Color HEX #AFE1CB Magic Mint

📋 copy color: '#AFE1CB'

red 175 ◦ green 225 ◦ blue 203

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

Shades of Magic Mint #AFE1CB

Tints of Magic Mint #AFE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.31%

 BLUE value IS 203 (79.69% from 255) = 33.67%

R = 29.02%
G = 37.31%
B = 33.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#AFE1CB (or 0xAFE1CB) is known color: Magic Mint. HEX triplet: AF, E1 and CB. RGB value is (175,225,203). Sum of RGB (Red+Green+Blue) = 175+225+203=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1CB is #501E34. Grayscale: #CFCFCF. Windows color (decimal): -5250613 or 13361583. OLE color: 13361583.

HSL color Cylindrical-coordinate representation of color #AFE1CB: hue angle of 153.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1CB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 203 -
CMYK 0.22 0 0.10 0.12
HSL 153.6º 0.45% 0.78% -
HSV(B) 153.6º 0.22% 0.88% -
XYZ 55.38 67.28 66.57 -
YUV 207.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 175 225 203 0.22 0 0.10 0.12 153.6 0.45 0.78
Hex AF E1 CB 16 0 A C 9A 2D 4E
Octal 257 341 313 26 0 12 14 232 55 116
Binary 10101111 11100001 11001011 10110 0 1010 1100 10011010 101101 1001110

Color Harmonies of #AFE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1CB

Black with #AFE1CB

Text Example


Text Example

White with #AFE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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