#93DAC0

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

Shades of Riptide #93DAC0

Tints of Riptide #93DAC0

Color information

#93DAC0 (or 0x93DAC0) is unknown color: approx Riptide. HEX triplet: 93, DA and C0. RGB value is (147,218,192). Sum of RGB (Red+Green+Blue) = 147+218+192=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAC0 is #6C253F. Grayscale: #C1C1C1. Windows color (decimal): -7087424 or 12638867. OLE color: 12638867.

HSL color Cylindrical-coordinate representation of color #93DAC0: hue angle of 158.03º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAC0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB147218192-
CMYK0.3300.120.15
HSL158.03º48.97%71.57%-
HSV(B)158.03º32.57%85.49%-
XYZ46.6260.1559.02-
YUV193.81126.9894.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.39%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=26.39%
G=39.14%
B=34.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181920.3300.120.15158.0348.9771.57
Hex93DAC0210CF9e3148
Octal223332300410141723661110
Binary100100111101101011000000100001011001111100111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,192); }

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

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

 a { background-color: rgb(147,218,192); }

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

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

 span { border-color: rgb(147,218,192); }

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