#92E0DB

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

Shades of Morning Glory #92E0DB

Tints of Morning Glory #92E0DB

Color information

#92E0DB (or 0x92E0DB) is unknown color: approx Morning Glory. HEX triplet: 92, E0 and DB. RGB value is (146,224,219). Sum of RGB (Red+Green+Blue) = 146+224+219=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E0DB is #6D1F24. Grayscale: #C8C8C8. Windows color (decimal): -7151397 or 14409874. OLE color: 14409874.

HSL color Cylindrical-coordinate representation of color #92E0DB: hue angle of 176.15º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E0DB is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB146224219-
CMYK0.3500.020.12
HSL176.15º55.71%72.55%-
HSV(B)176.15º34.82%87.84%-
XYZ51.364.5476.77-
YUV200.11138.6689.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.79%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=24.79%
G=38.03%
B=37.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1462242190.3500.020.12176.1555.7172.55
Hex92E0DB2302Cb03849
Octal22234033343021426070111
Binary1001001011100000110110111000110101100101100001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,224,219); }

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

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

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

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

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

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

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