Html Css Color HEX #AFFBDB Magic Mint

📋 copy color: '#AFFBDB'

red 175 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #AFFBDB

Tints of Magic Mint #AFFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 27.13%
G = 38.91%
B = 33.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#AFFBDB (or 0xAFFBDB) is known color: Magic Mint. HEX triplet: AF, FB and DB. RGB value is (175,251,219). Sum of RGB (Red+Green+Blue) = 175+251+219=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDB is #500424. Grayscale: #E0E0E0. Windows color (decimal): -5243941 or 14416815. OLE color: 14416815.

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

Color convert

RGB 175 251 219 -
CMYK 0.30 0 0.13 0.02
HSL 154.74º 0.9% 0.84% -
HSV(B) 154.74º 0.3% 0.98% -
XYZ 64.96 83.22 79.66 -
YUV 224.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 175 251 219 0.30 0 0.13 0.02 154.74 0.9 0.84
Hex AF FB DB 1E 0 D 2 9B 5A 54
Octal 257 373 333 36 0 15 2 233 132 124
Binary 10101111 11111011 11011011 11110 0 1101 10 10011011 1011010 1010100

Color Harmonies of #AFFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBDB

Black with #AFFBDB

Text Example


Text Example

White with #AFFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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