Html Css Color HEX #AFF8CB Magic Mint

📋 copy color: '#AFF8CB'

red 175 ◦ green 248 ◦ blue 203

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

Shades of Magic Mint #AFF8CB

Tints of Magic Mint #AFF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.62%

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

R = 27.96%
G = 39.62%
B = 32.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#AFF8CB (or 0xAFF8CB) is known color: Magic Mint. HEX triplet: AF, F8 and CB. RGB value is (175,248,203). Sum of RGB (Red+Green+Blue) = 175+248+203=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8CB is #500734. Grayscale: #DDDDDD. Windows color (decimal): -5244725 or 13367471. OLE color: 13367471.

HSL color Cylindrical-coordinate representation of color #AFF8CB: hue angle of 143.01º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8CB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 203 -
CMYK 0.29 0 0.18 0.03
HSL 143.01º 0.84% 0.83% -
HSV(B) 143.01º 0.29% 0.97% -
XYZ 62.03 80.56 68.78 -
YUV 221.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 175 248 203 0.29 0 0.18 0.03 143.01 0.84 0.83
Hex AF F8 CB 1D 0 12 3 8F 54 53
Octal 257 370 313 35 0 22 3 217 124 123
Binary 10101111 11111000 11001011 11101 0 10010 11 10001111 1010100 1010011

Color Harmonies of #AFF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8CB

Black with #AFF8CB

Text Example


Text Example

White with #AFF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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