#9CF9CA

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

Shades of Magic Mint #9CF9CA

Tints of Magic Mint #9CF9CA

Color information

#9CF9CA (or 0x9CF9CA) is unknown color: approx Magic Mint. HEX triplet: 9C, F9 and CA. RGB value is (156,249,202). Sum of RGB (Red+Green+Blue) = 156+249+202=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF9CA is #630635. Grayscale: #D7D7D7. Windows color (decimal): -6489654 or 13302172. OLE color: 13302172.

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

Color convert

RGB156249202-
CMYK0.3700.190.02
HSL149.68º88.57%79.41%-
HSV(B)149.68º37.35%97.65%-
XYZ58.2579.0868.07-
YUV215.83120.1985.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.70%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=25.70%
G=41.02%
B=33.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562492020.3700.190.02149.6888.5779.41
Hex9CF9CA25013296594f
Octal234371312450232226131117
Binary100111001111100111001010100101010011101001011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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