#94D7D5

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

Shades of Morning Glory #94D7D5

Tints of Morning Glory #94D7D5

Color information

#94D7D5 (or 0x94D7D5) is unknown color: approx Morning Glory. HEX triplet: 94, D7 and D5. RGB value is (148,215,213). Sum of RGB (Red+Green+Blue) = 148+215+213=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7D5 is #6B282A. Grayscale: #C2C2C2. Windows color (decimal): -7022635 or 14014356. OLE color: 14014356.

HSL color Cylindrical-coordinate representation of color #94D7D5: hue angle of 178.21º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7D5 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB148215213-
CMYK0.3100.010.16
HSL178.21º45.58%71.18%-
HSV(B)178.21º31.16%84.31%-
XYZ48.5259.771.92-
YUV194.74138.394.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=25.69%
G=37.33%
B=36.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482152130.3100.010.16178.2145.5871.18
Hex94D7D51F0110b22e47
Octal22432732537012026256107
Binary100101001101011111010101111110110000101100101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,213); }

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

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

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

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

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

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

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