Html Css Color HEX #AFFFCB Magic Mint

📋 copy color: '#AFFFCB'

red 175 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #AFFFCB

Tints of Magic Mint #AFFFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 27.65%
G = 40.28%
B = 32.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#AFFFCB (or 0xAFFFCB) is known color: Magic Mint. HEX triplet: AF, FF and CB. RGB value is (175,255,203). Sum of RGB (Red+Green+Blue) = 175+255+203=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCB is #500034. Grayscale: #E1E1E1. Windows color (decimal): -5242933 or 13369263. OLE color: 13369263.

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

Color convert

RGB 175 255 203 -
CMYK 0.31 0 0.20 0
HSL 141º 1% 0.84% -
HSV(B) 141º 0.31% 1% -
XYZ 64.22 84.95 69.51 -
YUV 225.15 115.5 92.23 -
System Red Green Blue C M Y K H S L
Decimal 175 255 203 0.31 0 0.20 0 141 1 0.84
Hex AF FF CB 1F 0 14 0 8D 64 54
Octal 257 377 313 37 0 24 0 215 144 124
Binary 10101111 11111111 11001011 11111 0 10100 0 10001101 1100100 1010100

Color Harmonies of #AFFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFCB

Black with #AFFFCB

Text Example


Text Example

White with #AFFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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