#93E0DF

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

Shades of Morning Glory #93E0DF

Tints of Morning Glory #93E0DF

Color information

#93E0DF (or 0x93E0DF) is unknown color: approx Morning Glory. HEX triplet: 93, E0 and DF. RGB value is (147,224,223). Sum of RGB (Red+Green+Blue) = 147+224+223=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E0DF is #6C1F20. Grayscale: #C8C8C8. Windows color (decimal): -7085857 or 14672019. OLE color: 14672019.

HSL color Cylindrical-coordinate representation of color #93E0DF: hue angle of 179.22º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93E0DF is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB147224223-
CMYK0.3400.000.12
HSL179.22º55.4%72.75%-
HSV(B)179.22º34.38%87.84%-
XYZ52.0164.8479.59-
YUV200.86140.4989.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.75%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=24.75%
G=37.71%
B=37.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472242230.3400.000.12179.2255.472.75
Hex93E0DF2200Cb33749
Octal22334033742001426367111
Binary100100111110000011011111100010001100101100111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93E0DF; }

 p { color: rgb(147,224,223); }

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

<style>
 a { background-color: #93E0DF; }

 a { background-color: rgb(147,224,223); }

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

<style>
 span { border-color: #93E0DF; }

 span { border-color: rgb(147,224,223); }

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