#9CD6D2

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

Shades of Morning Glory #9CD6D2

Tints of Morning Glory #9CD6D2

Color information

#9CD6D2 (or 0x9CD6D2) is unknown color: approx Morning Glory. HEX triplet: 9C, D6 and D2. RGB value is (156,214,210). Sum of RGB (Red+Green+Blue) = 156+214+210=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6D2 is #63292D. Grayscale: #C4C4C4. Windows color (decimal): -6498606 or 13817500. OLE color: 13817500.

HSL color Cylindrical-coordinate representation of color #9CD6D2: hue angle of 175.86º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD6D2 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB156214210-
CMYK0.2700.020.16
HSL175.86º41.43%72.55%-
HSV(B)175.86º27.1%83.92%-
XYZ49.3959.8169.91-
YUV196.2135.7899.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=26.90%
G=36.90%
B=36.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562142100.2700.020.16175.8641.4372.55
Hex9CD6D21B0210b02949
Octal23432632233022026051111
Binary1001110011010110110100101101101010000101100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,210); }

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

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

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

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

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

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

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