Html Css Color HEX #AFFCCB Magic Mint

📋 copy color: '#AFFCCB'

red 175 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #AFFCCB

Tints of Magic Mint #AFFCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

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

R = 27.78%
G = 40%
B = 32.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#AFFCCB (or 0xAFFCCB) is known color: Magic Mint. HEX triplet: AF, FC and CB. RGB value is (175,252,203). Sum of RGB (Red+Green+Blue) = 175+252+203=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCCB is #500334. Grayscale: #DFDFDF. Windows color (decimal): -5243701 or 13368495. OLE color: 13368495.

HSL color Cylindrical-coordinate representation of color #AFFCCB: hue angle of 141.82º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCCB is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 203 -
CMYK 0.31 0 0.19 0.01
HSL 141.82º 0.93% 0.84% -
HSV(B) 141.82º 0.31% 0.99% -
XYZ 63.27 83.05 69.19 -
YUV 223.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 175 252 203 0.31 0 0.19 0.01 141.82 0.93 0.84
Hex AF FC CB 1F 0 13 1 8E 5D 54
Octal 257 374 313 37 0 23 1 216 135 124
Binary 10101111 11111100 11001011 11111 0 10011 1 10001110 1011101 1010100

Color Harmonies of #AFFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFCCB

Black with #AFFCCB

Text Example


Text Example

White with #AFFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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