#94CFCE

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

Shades of Morning Glory #94CFCE

Tints of Morning Glory #94CFCE

Color information

#94CFCE (or 0x94CFCE) is unknown color: approx Morning Glory. HEX triplet: 94, CF and CE. RGB value is (148,207,206). Sum of RGB (Red+Green+Blue) = 148+207+206=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #94CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFCE is #6B3031. Grayscale: #BDBDBD. Windows color (decimal): -7024690 or 13553556. OLE color: 13553556.

HSL color Cylindrical-coordinate representation of color #94CFCE: hue angle of 178.98º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94CFCE is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB148207206-
CMYK0.2900.000.19
HSL178.98º38.06%69.61%-
HSV(B)178.98º28.5%81.18%-
XYZ45.6755.3866.67-
YUV189.24137.4598.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=26.38%
G=36.90%
B=36.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482072060.2900.000.19178.9838.0669.61
Hex94CFCE1D0013b32646
Octal22431731635002326346106
Binary100101001100111111001110111010010011101100111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,207,206); }

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

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

 a { background-color: rgb(148,207,206); }

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

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

 span { border-color: rgb(148,207,206); }

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