#9AFCCC

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

Shades of Magic Mint #9AFCCC

Tints of Magic Mint #9AFCCC

Color information

#9AFCCC (or 0x9AFCCC) is unknown color: approx Magic Mint. HEX triplet: 9A, FC and CC. RGB value is (154,252,204). Sum of RGB (Red+Green+Blue) = 154+252+204=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCCC is #650333. Grayscale: #D9D9D9. Windows color (decimal): -6619956 or 13434010. OLE color: 13434010.

HSL color Cylindrical-coordinate representation of color #9AFCCC: hue angle of 150.61º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCCC is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB154252204-
CMYK0.3900.190.01
HSL150.61º94.23%79.61%-
HSV(B)150.61º38.89%98.82%-
XYZ59.0480.8569.62-
YUV217.23120.5382.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=25.25%
G=41.31%
B=33.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522040.3900.190.01150.6194.2379.61
Hex9AFCCC270131975e50
Octal232374314470231227136120
Binary10011010111111001100110010011101001111001011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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