#9AEBCF

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

Shades of Magic Mint #9AEBCF

Tints of Magic Mint #9AEBCF

Color information

#9AEBCF (or 0x9AEBCF) is unknown color: approx Magic Mint. HEX triplet: 9A, EB and CF. RGB value is (154,235,207). Sum of RGB (Red+Green+Blue) = 154+235+207=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBCF is #651430. Grayscale: #CFCFCF. Windows color (decimal): -6624305 or 13626266. OLE color: 13626266.

HSL color Cylindrical-coordinate representation of color #9AEBCF: hue angle of 159.26º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBCF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB154235207-
CMYK0.3400.120.08
HSL159.26º66.94%76.27%-
HSV(B)159.26º34.47%92.16%-
XYZ54.370.7969.83-
YUV207.59127.6689.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.84%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=25.84%
G=39.43%
B=34.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352070.3400.120.08159.2666.9476.27
Hex9AEBCF220C89f434c
Octal2323533174201410237103114
Binary1001101011101011110011111000100110010001001111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,207); }

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

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

 a { background-color: rgb(154,235,207); }

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

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

 span { border-color: rgb(154,235,207); }

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