Html Css Color HEX #A7FBDB Magic Mint

📋 copy color: '#A7FBDB'

red 167 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #A7FBDB

Tints of Magic Mint #A7FBDB

RGB

 RED value IS 167 (65.63% from 255) = 26.22%

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

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

R = 26.22%
G = 39.4%
B = 34.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A7FBDB (or 0xA7FBDB) is known color: Magic Mint. HEX triplet: A7, FB and DB. RGB value is (167,251,219). Sum of RGB (Red+Green+Blue) = 167+251+219=637 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.22% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBDB is #580424. Grayscale: #DEDEDE. Windows color (decimal): -5768229 or 14416807. OLE color: 14416807.

HSL color Cylindrical-coordinate representation of color #A7FBDB: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FBDB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 251 219 -
CMYK 0.33 0 0.13 0.02
HSL 157.14º 0.91% 0.82% -
HSV(B) 157.14º 0.33% 0.98% -
XYZ 63.22 82.32 79.58 -
YUV 222.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 167 251 219 0.33 0 0.13 0.02 157.14 0.91 0.82
Hex A7 FB DB 21 0 D 2 9D 5B 52
Octal 247 373 333 41 0 15 2 235 133 122
Binary 10100111 11111011 11011011 100001 0 1101 10 10011101 1011011 1010010

Color Harmonies of #A7FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FBDB

Black with #A7FBDB

Text Example


Text Example

White with #A7FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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