#92C0C1

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

Shades of Morning Glory #92C0C1

Tints of Morning Glory #92C0C1

Color information

#92C0C1 (or 0x92C0C1) is unknown color: approx Morning Glory. HEX triplet: 92, C0 and C1. RGB value is (146,192,193). Sum of RGB (Red+Green+Blue) = 146+192+193=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #92C0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C0C1 is #6D3F3E. Grayscale: #B2B2B2. Windows color (decimal): -7159615 or 12697746. OLE color: 12697746.

HSL color Cylindrical-coordinate representation of color #92C0C1: hue angle of 181.28º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C0C1 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146192193-
CMYK0.240.0100.24
HSL181.28º27.49%66.47%-
HSV(B)181.28º24.35%75.69%-
XYZ40.3347.6657.53-
YUV178.36136.26104.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=27.50%
G=36.16%
B=36.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461921930.240.0100.24181.2827.4966.47
Hex92C0C1181018b51b42
Octal22230030130103026533102
Binary10010010110000001100000111000101100010110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C0C1; }

 p { color: rgb(146,192,193); }

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

<style>
 a { background-color: #92C0C1; }

 a { background-color: rgb(146,192,193); }

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

<style>
 span { border-color: #92C0C1; }

 span { border-color: rgb(146,192,193); }

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