#94CACA

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

Shades of Morning Glory #94CACA

Tints of Morning Glory #94CACA

Color information

#94CACA (or 0x94CACA) is unknown color: approx Morning Glory. HEX triplet: 94, CA and CA. RGB value is (148,202,202). Sum of RGB (Red+Green+Blue) = 148+202+202=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #94CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CACA is #6B3535. Grayscale: #B9B9B9. Windows color (decimal): -7025974 or 13290132. OLE color: 13290132.

HSL color Cylindrical-coordinate representation of color #94CACA: hue angle of 180º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CACA is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148202202-
CMYK0.27000.21
HSL180º33.75%68.63%-
HSV(B)180º26.73%79.22%-
XYZ43.9952.863.75-
YUV185.85137.11101-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=26.81%
G=36.59%
B=36.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482022020.27000.2118033.7568.63
Hex94CACA1B0015b42245
Octal22431231233002526442105
Binary100101001100101011001010110110010101101101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,202); }

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

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

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

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

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

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

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