#93DAC6

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

Shades of Riptide #93DAC6

Tints of Riptide #93DAC6

Color information

#93DAC6 (or 0x93DAC6) is unknown color: approx Riptide. HEX triplet: 93, DA and C6. RGB value is (147,218,198). Sum of RGB (Red+Green+Blue) = 147+218+198=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAC6 is #6C2539. Grayscale: #C2C2C2. Windows color (decimal): -7087418 or 13032083. OLE color: 13032083.

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

Color convert

RGB147218198-
CMYK0.3300.090.15
HSL163.1º48.97%71.57%-
HSV(B)163.1º32.57%85.49%-
XYZ47.360.4262.6-
YUV194.49129.9894.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=26.11%
G=38.72%
B=35.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181980.3300.090.15163.148.9771.57
Hex93DAC62109Fa33148
Octal223332306410111724361110
Binary100100111101101011000110100001010011111101000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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