#94D6D4

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

Shades of Morning Glory #94D6D4

Tints of Morning Glory #94D6D4

Color information

#94D6D4 (or 0x94D6D4) is unknown color: approx Morning Glory. HEX triplet: 94, D6 and D4. RGB value is (148,214,212). Sum of RGB (Red+Green+Blue) = 148+214+212=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D6D4 is #6B292B. Grayscale: #C1C1C1. Windows color (decimal): -7022892 or 13948564. OLE color: 13948564.

HSL color Cylindrical-coordinate representation of color #94D6D4: hue angle of 178.18º degrees, saturation: 0.45, 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 #94D6D4 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB148214212-
CMYK0.3100.010.16
HSL178.18º44.59%70.98%-
HSV(B)178.18º30.84%83.92%-
XYZ48.1459.1471.17-
YUV194.04138.1395.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=25.78%
G=37.28%
B=36.93%

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
Decimal1482142120.3100.010.16178.1844.5970.98
Hex94D6D41F0110b22d47
Octal22432632437012026255107
Binary100101001101011011010100111110110000101100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,212); }

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

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

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

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

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

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

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