#94C1C5

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

Shades of Morning Glory #94C1C5

Tints of Morning Glory #94C1C5

Color information

#94C1C5 (or 0x94C1C5) is unknown color: approx Morning Glory. HEX triplet: 94, C1 and C5. RGB value is (148,193,197). Sum of RGB (Red+Green+Blue) = 148+193+197=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #94C1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1C5 is #6B3E3A. Grayscale: #B3B3B3. Windows color (decimal): -7028283 or 12960148. OLE color: 12960148.

HSL color Cylindrical-coordinate representation of color #94C1C5: hue angle of 184.9º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C1C5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148193197-
CMYK0.250.0200.23
HSL184.9º29.7%67.65%-
HSV(B)184.9º24.87%77.25%-
XYZ41.3648.4760-
YUV180137.59105.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 197 (77.34% from 255) = 36.62%
R=27.51%
G=35.87%
B=36.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481931970.250.0200.23184.929.767.65
Hex94C1C5192017b91e44
Octal22430130531202727136104
Binary100101001100000111000101110011001011110111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,197); }

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

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

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

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

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

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

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