#9AF0CD

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

Shades of Magic Mint #9AF0CD

Tints of Magic Mint #9AF0CD

Color information

#9AF0CD (or 0x9AF0CD) is unknown color: approx Magic Mint. HEX triplet: 9A, F0 and CD. RGB value is (154,240,205). Sum of RGB (Red+Green+Blue) = 154+240+205=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0CD is #650F32. Grayscale: #D2D2D2. Windows color (decimal): -6623027 or 13496474. OLE color: 13496474.

HSL color Cylindrical-coordinate representation of color #9AF0CD: hue angle of 155.58º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0CD is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB154240205-
CMYK0.3600.150.06
HSL155.58º74.14%77.25%-
HSV(B)155.58º35.83%94.12%-
XYZ55.5173.669.04-
YUV210.3125.0187.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.71%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=25.71%
G=40.07%
B=34.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542402050.3600.150.06155.5874.1477.25
Hex9AF0CD240F69c4a4d
Octal232360315440176234112115
Binary100110101111000011001101100100011111101001110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,240,205); }

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

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

 a { background-color: rgb(154,240,205); }

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

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

 span { border-color: rgb(154,240,205); }

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