#96D4D8

Color #96D4D8 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #96D4D8

Tints of Morning Glory #96D4D8

Color information

#96D4D8 (or 0x96D4D8) is unknown color: approx Morning Glory. HEX triplet: 96, D4 and D8. RGB value is (150,212,216). Sum of RGB (Red+Green+Blue) = 150+212+216=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #96D4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D4D8 is #692B27. Grayscale: #C1C1C1. Windows color (decimal): -6892328 or 14210198. OLE color: 14210198.

HSL color Cylindrical-coordinate representation of color #96D4D8: hue angle of 183.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D4D8 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150212216-
CMYK0.310.0200.15
HSL183.64º45.83%71.76%-
HSV(B)183.64º30.56%84.71%-
XYZ48.5258.5373.71-
YUV193.92140.4696.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.95%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=25.95%
G=36.68%
B=37.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502122160.310.0200.15183.6445.8371.76
Hex96D4D81F20Fb82e48
Octal22632433037201727056110
Binary100101101101010011011000111111001111101110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D4D8; }

 p { color: rgb(150,212,216); }

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

<style>
 a { background-color: #96D4D8; }

 a { background-color: rgb(150,212,216); }

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

<style>
 span { border-color: #96D4D8; }

 span { border-color: rgb(150,212,216); }

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