#96CCCA

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

Shades of Morning Glory #96CCCA

Tints of Morning Glory #96CCCA

Color information

#96CCCA (or 0x96CCCA) is unknown color: approx Morning Glory. HEX triplet: 96, CC and CA. RGB value is (150,204,202). Sum of RGB (Red+Green+Blue) = 150+204+202=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCCA is #693335. Grayscale: #BBBBBB. Windows color (decimal): -6894390 or 13290646. OLE color: 13290646.

HSL color Cylindrical-coordinate representation of color #96CCCA: hue angle of 177.78º 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 #96CCCA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB150204202-
CMYK0.2600.010.2
HSL177.78º34.62%69.41%-
HSV(B)177.78º26.47%80%-
XYZ44.8353.9363.92-
YUV187.63136.11101.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.98%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=26.98%
G=36.69%
B=36.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502042020.2600.010.2177.7834.6269.41
Hex96CCCA1A0114b22345
Octal22631431232012426243105
Binary100101101100110011001010110100110100101100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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