#92DCDC

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

Shades of Morning Glory #92DCDC

Tints of Morning Glory #92DCDC

Color information

#92DCDC (or 0x92DCDC) is unknown color: approx Morning Glory. HEX triplet: 92, DC and DC. RGB value is (146,220,220). Sum of RGB (Red+Green+Blue) = 146+220+220=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #92DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DCDC is #6D2323. Grayscale: #C5C5C5. Windows color (decimal): -7152420 or 14474386. OLE color: 14474386.

HSL color Cylindrical-coordinate representation of color #92DCDC: hue angle of 180º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DCDC is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146220220-
CMYK0.34000.14
HSL180º51.39%71.76%-
HSV(B)180º33.64%86.27%-
XYZ50.3762.4677.11-
YUV197.87140.4891-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.91%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=24.91%
G=37.54%
B=37.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462202200.34000.1418051.3971.76
Hex92DCDC2200Eb43348
Octal22233433442001626463110
Binary100100101101110011011100100010001110101101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,220,220); }

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

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

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

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

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

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

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