#94C5C3

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

Shades of Morning Glory #94C5C3

Tints of Morning Glory #94C5C3

Color information

#94C5C3 (or 0x94C5C3) is unknown color: approx Morning Glory. HEX triplet: 94, C5 and C3. RGB value is (148,197,195). Sum of RGB (Red+Green+Blue) = 148+197+195=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5C3 is #6B3A3C. Grayscale: #B6B6B6. Windows color (decimal): -7027261 or 12830100. OLE color: 12830100.

HSL color Cylindrical-coordinate representation of color #94C5C3: hue angle of 177.55º 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 #94C5C3 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB148197195-
CMYK0.2500.010.23
HSL177.55º29.7%67.65%-
HSV(B)177.55º24.87%77.25%-
XYZ42.0350.1759.1-
YUV182.12135.27103.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=27.41%
G=36.48%
B=36.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481971950.2500.010.23177.5529.767.65
Hex94C5C3190117b21e44
Octal22430530331012726236104
Binary10010100110001011100001111001011011110110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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