#96CFCF

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

Shades of Morning Glory #96CFCF

Tints of Morning Glory #96CFCF

Color information

#96CFCF (or 0x96CFCF) is unknown color: approx Morning Glory. HEX triplet: 96, CF and CF. RGB value is (150,207,207). Sum of RGB (Red+Green+Blue) = 150+207+207=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #96CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFCF is #693030. Grayscale: #BDBDBD. Windows color (decimal): -6893617 or 13619094. OLE color: 13619094.

HSL color Cylindrical-coordinate representation of color #96CFCF: hue angle of 180º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFCF is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150207207-
CMYK0.28000.19
HSL180º37.25%70%-
HSV(B)180º27.54%81.18%-
XYZ46.1555.6167.33-
YUV189.96137.6299.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=26.60%
G=36.70%
B=36.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502072070.28000.1918037.2570
Hex96CFCF1C0013b42546
Octal22631731734002326445106
Binary100101101100111111001111111000010011101101001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CFCF; }

 p { color: rgb(150,207,207); }

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

<style>
 a { background-color: #96CFCF; }

 a { background-color: rgb(150,207,207); }

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

<style>
 span { border-color: #96CFCF; }

 span { border-color: rgb(150,207,207); }

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