#96CCC7

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

Shades of Morning Glory #96CCC7

Tints of Morning Glory #96CCC7

Color information

#96CCC7 (or 0x96CCC7) is unknown color: approx Morning Glory. HEX triplet: 96, CC and C7. RGB value is (150,204,199). Sum of RGB (Red+Green+Blue) = 150+204+199=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCC7 is #693338. Grayscale: #BBBBBB. Windows color (decimal): -6894393 or 13094038. OLE color: 13094038.

HSL color Cylindrical-coordinate representation of color #96CCC7: hue angle of 174.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCC7 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB150204199-
CMYK0.2600.020.2
HSL174.44º34.62%69.41%-
HSV(B)174.44º26.47%80%-
XYZ44.4853.7962.07-
YUV187.28134.61101.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 199 (78.12% from 255) = 35.99%
R=27.12%
G=36.89%
B=35.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041990.2600.020.2174.4434.6269.41
Hex96CCC71A0214ae2345
Octal22631430732022425643105
Binary1001011011001100110001111101001010100101011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,199); }

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

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

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

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

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

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

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