#93DAC2

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

Shades of Riptide #93DAC2

Tints of Riptide #93DAC2

Color information

#93DAC2 (or 0x93DAC2) is unknown color: approx Riptide. HEX triplet: 93, DA and C2. RGB value is (147,218,194). Sum of RGB (Red+Green+Blue) = 147+218+194=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAC2 is #6C253D. Grayscale: #C2C2C2. Windows color (decimal): -7087422 or 12769939. OLE color: 12769939.

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

Color convert

RGB147218194-
CMYK0.3300.110.15
HSL159.72º48.97%71.57%-
HSV(B)159.72º32.57%85.49%-
XYZ46.8460.2460.2-
YUV194.03127.9894.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=26.30%
G=39.00%
B=34.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181940.3300.110.15159.7248.9771.57
Hex93DAC2210BFa03148
Octal223332302410131724061110
Binary100100111101101011000010100001010111111101000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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