Html Css Color HEX #AFFBCE Magic Mint

📋 copy color: '#AFFBCE'

red 175 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #AFFBCE

Tints of Magic Mint #AFFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.72%

 BLUE value IS 206 (80.86% from 255) = 32.59%

R = 27.69%
G = 39.72%
B = 32.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#AFFBCE (or 0xAFFBCE) is known color: Magic Mint. HEX triplet: AF, FB and CE. RGB value is (175,251,206). Sum of RGB (Red+Green+Blue) = 175+251+206=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBCE is #500431. Grayscale: #DFDFDF. Windows color (decimal): -5243954 or 13564847. OLE color: 13564847.

HSL color Cylindrical-coordinate representation of color #AFFBCE: hue angle of 144.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBCE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 206 -
CMYK 0.30 0 0.18 0.02
HSL 144.47º 0.9% 0.84% -
HSV(B) 144.47º 0.3% 0.98% -
XYZ 63.32 82.56 70.99 -
YUV 223.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 175 251 206 0.30 0 0.18 0.02 144.47 0.9 0.84
Hex AF FB CE 1E 0 12 2 90 5A 54
Octal 257 373 316 36 0 22 2 220 132 124
Binary 10101111 11111011 11001110 11110 0 10010 10 10010000 1011010 1010100

Color Harmonies of #AFFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBCE

Black with #AFFBCE

Text Example


Text Example

White with #AFFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBCE; }

 p { color: rgb(175,251,206); }

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

background-color css

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

 a { background-color: rgb(175,251,206); }

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

border-color css

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

 span { border-color: rgb(175,251,206); }

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