#9af9cc

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

Shades of Magic Mint #9AF9CC

Tints of Magic Mint #9AF9CC

Color information

#9AF9CC (or 0x9AF9CC) is unknown color: approx Magic Mint. HEX triplet: 9A, F9 and CC. RGB value is (154,249,204). Sum of RGB (Red+Green+Blue) = 154+249+204=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF9CC is #650633. Grayscale: #D7D7D7. Windows color (decimal): -6620724 or 13433242. OLE color: 13433242.

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

Color convert

RGB154249204-
CMYK0.3800.180.02
HSL151.58º88.79%79.02%-
HSV(B)151.58º38.15%97.65%-
XYZ58.178.9869.31-
YUV215.46121.5384.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=25.37%
G=41.02%
B=33.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542492040.3800.180.02151.5888.7979.02
Hex9AF9CC26012298594f
Octal232371314460222230131117
Binary100110101111100111001100100110010010101001100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9af9cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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