#9FF9CA

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

Shades of Magic Mint #9FF9CA

Tints of Magic Mint #9FF9CA

Color information

#9FF9CA (or 0x9FF9CA) is unknown color: approx Magic Mint. HEX triplet: 9F, F9 and CA. RGB value is (159,249,202). Sum of RGB (Red+Green+Blue) = 159+249+202=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF9CA is #600635. Grayscale: #D8D8D8. Windows color (decimal): -6293046 or 13302175. OLE color: 13302175.

HSL color Cylindrical-coordinate representation of color #9FF9CA: hue angle of 148.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF9CA is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB159249202-
CMYK0.3600.190.02
HSL148.67º88.24%80%-
HSV(B)148.67º36.14%97.65%-
XYZ58.8379.3968.1-
YUV216.73119.6886.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.07%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=26.07%
G=40.82%
B=33.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592492020.3600.190.02148.6788.2480
Hex9FF9CA240132955850
Octal237371312440232225130120
Binary100111111111100111001010100100010011101001010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,249,202); }

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

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

 a { background-color: rgb(159,249,202); }

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

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

 span { border-color: rgb(159,249,202); }

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