#94C8C6

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

Shades of Morning Glory #94C8C6

Tints of Morning Glory #94C8C6

Color information

#94C8C6 (or 0x94C8C6) is unknown color: approx Morning Glory. HEX triplet: 94, C8 and C6. RGB value is (148,200,198). Sum of RGB (Red+Green+Blue) = 148+200+198=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #94C8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C8C6 is #6B3739. Grayscale: #B8B8B8. Windows color (decimal): -7026490 or 13027476. OLE color: 13027476.

HSL color Cylindrical-coordinate representation of color #94C8C6: hue angle of 177.69º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C8C6 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB148200198-
CMYK0.2600.010.22
HSL177.69º32.1%68.24%-
HSV(B)177.69º26%78.43%-
XYZ43.0651.6861.13-
YUV184.22135.77102.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=27.11%
G=36.63%
B=36.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001980.2600.010.22177.6932.168.24
Hex94C8C61A0116b22044
Octal22431030632012626240104
Binary100101001100100011000110110100110110101100101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,200,198); }

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

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

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

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

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

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

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