#9CCACA

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

Shades of Morning Glory #9CCACA

Tints of Morning Glory #9CCACA

Color information

#9CCACA (or 0x9CCACA) is unknown color: approx Morning Glory. HEX triplet: 9C, CA and CA. RGB value is (156,202,202). Sum of RGB (Red+Green+Blue) = 156+202+202=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #9CCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCACA is #633535. Grayscale: #BCBCBC. Windows color (decimal): -6501686 or 13290140. OLE color: 13290140.

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

Color convert

RGB156202202-
CMYK0.23000.21
HSL180º30.26%70.2%-
HSV(B)180º22.77%79.22%-
XYZ45.4953.5763.82-
YUV188.25135.76105-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.86%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=27.86%
G=36.07%
B=36.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562022020.23000.2118030.2670.2
Hex9CCACA170015b41e46
Octal23431231227002526436106
Binary10011100110010101100101010111001010110110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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