#97C2C2

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

Shades of Morning Glory #97C2C2

Tints of Morning Glory #97C2C2

Color information

#97C2C2 (or 0x97C2C2) is unknown color: approx Morning Glory. HEX triplet: 97, C2 and C2. RGB value is (151,194,194). Sum of RGB (Red+Green+Blue) = 151+194+194=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #97C2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C2C2 is #683D3D. Grayscale: #B5B5B5. Windows color (decimal): -6831422 or 12763799. OLE color: 12763799.

HSL color Cylindrical-coordinate representation of color #97C2C2: hue angle of 180º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C2C2 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151194194-
CMYK0.22000.24
HSL180º26.06%67.65%-
HSV(B)180º22.16%76.08%-
XYZ41.7949.0658.31-
YUV181.14135.25106.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.01%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=28.01%
G=35.99%
B=35.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511941940.22000.2418026.0667.65
Hex97C2C2160018b41a44
Octal22730230226003026432104
Binary10010111110000101100001010110001100010110100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C2C2; }

 p { color: rgb(151,194,194); }

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

<style>
 a { background-color: #97C2C2; }

 a { background-color: rgb(151,194,194); }

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

<style>
 span { border-color: #97C2C2; }

 span { border-color: rgb(151,194,194); }

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