#94CCCA

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

Shades of Morning Glory #94CCCA

Tints of Morning Glory #94CCCA

Color information

#94CCCA (or 0x94CCCA) is unknown color: approx Morning Glory. HEX triplet: 94, CC and CA. RGB value is (148,204,202). Sum of RGB (Red+Green+Blue) = 148+204+202=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCCA is #6B3335. Grayscale: #BABABA. Windows color (decimal): -7025462 or 13290644. OLE color: 13290644.

HSL color Cylindrical-coordinate representation of color #94CCCA: hue angle of 177.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCCA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB148204202-
CMYK0.2700.010.2
HSL177.86º35.44%69.02%-
HSV(B)177.86º27.45%80%-
XYZ44.4753.7563.91-
YUV187.03136.45100.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=26.71%
G=36.82%
B=36.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482042020.2700.010.2177.8635.4469.02
Hex94CCCA1B0114b22345
Octal22431431233012426243105
Binary100101001100110011001010110110110100101100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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