#93D1D0

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

Shades of Morning Glory #93D1D0

Tints of Morning Glory #93D1D0

Color information

#93D1D0 (or 0x93D1D0) is unknown color: approx Morning Glory. HEX triplet: 93, D1 and D0. RGB value is (147,209,208). Sum of RGB (Red+Green+Blue) = 147+209+208=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1D0 is #6C2E2F. Grayscale: #BEBEBE. Windows color (decimal): -7089712 or 13685139. OLE color: 13685139.

HSL color Cylindrical-coordinate representation of color #93D1D0: hue angle of 179.03º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1D0 is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB147209208-
CMYK0.3000.000.18
HSL179.03º40.26%69.8%-
HSV(B)179.03º29.67%81.96%-
XYZ46.2256.3668.12-
YUV190.35137.9697.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 209 (82.03% from 255) = 37.06%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=26.06%
G=37.06%
B=36.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472092080.3000.000.18179.0340.2669.8
Hex93D1D01E0012b32846
Octal22332132036002226350106
Binary100100111101000111010000111100010010101100111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,208); }

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

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

 a { background-color: rgb(147,209,208); }

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

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

 span { border-color: rgb(147,209,208); }

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