#94DDDD

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

Shades of Morning Glory #94DDDD

Tints of Morning Glory #94DDDD

Color information

#94DDDD (or 0x94DDDD) is unknown color: approx Morning Glory. HEX triplet: 94, DD and DD. RGB value is (148,221,221). Sum of RGB (Red+Green+Blue) = 148+221+221=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #94DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDDD is #6B2222. Grayscale: #C7C7C7. Windows color (decimal): -7021091 or 14540180. OLE color: 14540180.

HSL color Cylindrical-coordinate representation of color #94DDDD: hue angle of 180º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDDD is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148221221-
CMYK0.33000.13
HSL180º51.77%72.35%-
HSV(B)180º33.03%86.67%-
XYZ51.1263.2377.92-
YUV199.17140.3291.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.08%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=25.08%
G=37.46%
B=37.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482212210.33000.1318051.7772.35
Hex94DDDD2100Db43448
Octal22433533541001526464110
Binary100101001101110111011101100001001101101101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DDDD; }

 p { color: rgb(148,221,221); }

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

<style>
 a { background-color: #94DDDD; }

 a { background-color: rgb(148,221,221); }

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

<style>
 span { border-color: #94DDDD; }

 span { border-color: rgb(148,221,221); }

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