#9AF4BE

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

Shades of Magic Mint #9AF4BE

Tints of Magic Mint #9AF4BE

Color information

#9AF4BE (or 0x9AF4BE) is unknown color: approx Magic Mint. HEX triplet: 9A, F4 and BE. RGB value is (154,244,190). Sum of RGB (Red+Green+Blue) = 154+244+190=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF4BE is #650B41. Grayscale: #D3D3D3. Windows color (decimal): -6622018 or 12514458. OLE color: 12514458.

HSL color Cylindrical-coordinate representation of color #9AF4BE: hue angle of 144º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF4BE is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB154244190-
CMYK0.3700.220.04
HSL144º80.36%78.04%-
HSV(B)144º36.89%95.69%-
XYZ54.9775.2960.35-
YUV210.93116.1887.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.19%
GREEN value IS 244 (95.70% from 255) = 41.50%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=26.19%
G=41.50%
B=32.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542441900.3700.220.0414480.3678.04
Hex9AF4BE25016490504e
Octal232364276450264220120116
Binary1001101011110100101111101001010101101001001000010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,244,190); }

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

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

 a { background-color: rgb(154,244,190); }

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

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

 span { border-color: rgb(154,244,190); }

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