#9DCACA

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

Shades of Morning Glory #9DCACA

Tints of Morning Glory #9DCACA

Color information

#9DCACA (or 0x9DCACA) is unknown color: approx Morning Glory. HEX triplet: 9D, CA and CA. RGB value is (157,202,202). Sum of RGB (Red+Green+Blue) = 157+202+202=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #9DCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACA is #623535. Grayscale: #BCBCBC. Windows color (decimal): -6436150 or 13290141. OLE color: 13290141.

HSL color Cylindrical-coordinate representation of color #9DCACA: 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.22%. Process color model (Four color, CMYK) of #9DCACA is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157202202-
CMYK0.22000.21
HSL180º29.8%70.39%-
HSV(B)180º22.28%79.22%-
XYZ45.6953.6763.83-
YUV188.54135.59105.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=27.99%
G=36.01%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572022020.22000.2118029.870.39
Hex9DCACA160015b41e46
Octal23531231226002526436106
Binary10011101110010101100101010110001010110110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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