#9AFBDB

Color #9AFBDB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9AFBDB

Tints of Magic Mint #9AFBDB

Color information

#9AFBDB (or 0x9AFBDB) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and DB. RGB value is (154,251,219). Sum of RGB (Red+Green+Blue) = 154+251+219=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBDB is #650424. Grayscale: #DADADA. Windows color (decimal): -6620197 or 14416794. OLE color: 14416794.

HSL color Cylindrical-coordinate representation of color #9AFBDB: hue angle of 160.21º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBDB is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB154251219-
CMYK0.3900.130.02
HSL160.21º92.38%79.41%-
HSV(B)160.21º38.65%98.43%-
XYZ60.6180.9879.45-
YUV218.35128.3682.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.68%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=24.68%
G=40.22%
B=35.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512190.3900.130.02160.2192.3879.41
Hex9AFBDB270D2a05c4f
Octal232373333470152240134117
Binary10011010111110111101101110011101101101010000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFBDB; }

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

 H1.HeaderClassName
 {
   color: #9AFBDB;
 }
 .AnyTagClassName
 {
   color: #9AFBDB;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9AFBDB;
 }
 .BgClassName
 {
   background-color: #9AFBDB;
 }
</style>
border-color css

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

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

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