#9ACACA

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

Shades of Morning Glory #9ACACA

Tints of Morning Glory #9ACACA

Color information

#9ACACA (or 0x9ACACA) is unknown color: approx Morning Glory. HEX triplet: 9A, CA and CA. RGB value is (154,202,202). Sum of RGB (Red+Green+Blue) = 154+202+202=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #9ACACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACACA is #653535. Grayscale: #BBBBBB. Windows color (decimal): -6632758 or 13290138. OLE color: 13290138.

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

Color convert

RGB154202202-
CMYK0.24000.21
HSL180º31.17%69.8%-
HSV(B)180º23.76%79.22%-
XYZ45.1153.3863.8-
YUV187.65136.1104-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=27.60%
G=36.20%
B=36.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542022020.24000.2118031.1769.8
Hex9ACACA180015b41f46
Octal23231231230002526437106
Binary10011010110010101100101011000001010110110100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACACA; }

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

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

<style>
 a { background-color: #9ACACA; }

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

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

<style>
 span { border-color: #9ACACA; }

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

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