#9ACCCA

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

Shades of Morning Glory #9ACCCA

Tints of Morning Glory #9ACCCA

Color information

#9ACCCA (or 0x9ACCCA) is unknown color: approx Morning Glory. HEX triplet: 9A, CC and CA. RGB value is (154,204,202). Sum of RGB (Red+Green+Blue) = 154+204+202=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCCA is #653335. Grayscale: #BCBCBC. Windows color (decimal): -6632246 or 13290650. OLE color: 13290650.

HSL color Cylindrical-coordinate representation of color #9ACCCA: hue angle of 177.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACCCA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB154204202-
CMYK0.2500.010.2
HSL177.6º32.89%70.2%-
HSV(B)177.6º24.51%80%-
XYZ45.5854.3263.96-
YUV188.82135.44103.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=27.5%
G=36.43%
B=36.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542042020.2500.010.2177.632.8970.2
Hex9ACCCA190114b22146
Octal23231431231012426241106
Binary100110101100110011001010110010110100101100101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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