Html Css Color HEX #AFFBC8 Magic Mint

📋 copy color: '#AFFBC8'

red 175 ◦ green 251 ◦ blue 200

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

Shades of Magic Mint #AFFBC8

Tints of Magic Mint #AFFBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 27.96%
G = 40.1%
B = 31.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#AFFBC8 (or 0xAFFBC8) is known color: Magic Mint. HEX triplet: AF, FB and C8. RGB value is (175,251,200). Sum of RGB (Red+Green+Blue) = 175+251+200=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC8 is #500437. Grayscale: #DEDEDE. Windows color (decimal): -5243960 or 13171631. OLE color: 13171631.

HSL color Cylindrical-coordinate representation of color #AFFBC8: hue angle of 139.74º 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 #AFFBC8 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 200 -
CMYK 0.30 0 0.20 0.02
HSL 139.74º 0.9% 0.84% -
HSV(B) 139.74º 0.3% 0.98% -
XYZ 62.6 82.28 67.23 -
YUV 222.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 175 251 200 0.30 0 0.20 0.02 139.74 0.9 0.84
Hex AF FB C8 1E 0 14 2 8C 5A 54
Octal 257 373 310 36 0 24 2 214 132 124
Binary 10101111 11111011 11001000 11110 0 10100 10 10001100 1011010 1010100

Color Harmonies of #AFFBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBC8

Black with #AFFBC8

Text Example


Text Example

White with #AFFBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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