#9AF6CC

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

Shades of Magic Mint #9AF6CC

Tints of Magic Mint #9AF6CC

Color information

#9AF6CC (or 0x9AF6CC) is unknown color: approx Magic Mint. HEX triplet: 9A, F6 and CC. RGB value is (154,246,204). Sum of RGB (Red+Green+Blue) = 154+246+204=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF6CC is #650933. Grayscale: #D5D5D5. Windows color (decimal): -6621492 or 13432474. OLE color: 13432474.

HSL color Cylindrical-coordinate representation of color #9AF6CC: hue angle of 152.61º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6CC is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB154246204-
CMYK0.3700.170.04
HSL152.61º83.64%78.43%-
HSV(B)152.61º37.4%96.47%-
XYZ57.1877.1469-
YUV213.7122.5285.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.50%
GREEN value IS 246 (96.48% from 255) = 40.73%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=25.50%
G=40.73%
B=33.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542462040.3700.170.04152.6183.6478.43
Hex9AF6CC25011499544e
Octal232366314450214231124116
Binary1001101011110110110011001001010100011001001100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,246,204); }

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

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

 a { background-color: rgb(154,246,204); }

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

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

 span { border-color: rgb(154,246,204); }

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