#93DAC9

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

Shades of Riptide #93DAC9

Tints of Riptide #93DAC9

Color information

#93DAC9 (or 0x93DAC9) is unknown color: approx Riptide. HEX triplet: 93, DA and C9. RGB value is (147,218,201). Sum of RGB (Red+Green+Blue) = 147+218+201=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAC9 is #6C2536. Grayscale: #C2C2C2. Windows color (decimal): -7087415 or 13228691. OLE color: 13228691.

HSL color Cylindrical-coordinate representation of color #93DAC9: hue angle of 165.63º 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 #93DAC9 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB147218201-
CMYK0.3300.080.15
HSL165.63º48.97%71.57%-
HSV(B)165.63º32.57%85.49%-
XYZ47.6560.5664.44-
YUV194.83131.4893.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.97%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=25.97%
G=38.52%
B=35.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472182010.3300.080.15165.6348.9771.57
Hex93DAC92108Fa63148
Octal223332311410101724661110
Binary100100111101101011001001100001010001111101001101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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