#9AF1CE

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

Shades of Magic Mint #9AF1CE

Tints of Magic Mint #9AF1CE

Color information

#9AF1CE (or 0x9AF1CE) is unknown color: approx Magic Mint. HEX triplet: 9A, F1 and CE. RGB value is (154,241,206). Sum of RGB (Red+Green+Blue) = 154+241+206=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1CE is #650E31. Grayscale: #D3D3D3. Windows color (decimal): -6622770 or 13562266. OLE color: 13562266.

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

Color convert

RGB154241206-
CMYK0.3600.150.05
HSL155.86º75.65%77.45%-
HSV(B)155.86º36.1%94.51%-
XYZ55.9274.2469.77-
YUV211125.1887.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.62%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=25.62%
G=40.10%
B=34.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542412060.3600.150.05155.8675.6577.45
Hex9AF1CE240F59c4c4d
Octal232361316440175234114115
Binary100110101111000111001110100100011111011001110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,241,206); }

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

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

 a { background-color: rgb(154,241,206); }

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

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

 span { border-color: rgb(154,241,206); }

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