#93D2C6

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

Shades of Riptide #93D2C6

Tints of Riptide #93D2C6

Color information

#93D2C6 (or 0x93D2C6) is unknown color: approx Riptide. HEX triplet: 93, D2 and C6. RGB value is (147,210,198). Sum of RGB (Red+Green+Blue) = 147+210+198=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2C6 is #6C2D39. Grayscale: #BDBDBD. Windows color (decimal): -7089466 or 13030035. OLE color: 13030035.

HSL color Cylindrical-coordinate representation of color #93D2C6: hue angle of 168.57º degrees, saturation: 0.41, 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 #93D2C6 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB147210198-
CMYK0.3000.060.18
HSL168.57º41.18%70%-
HSV(B)168.57º30%82.35%-
XYZ45.2756.3761.92-
YUV189.8132.6397.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=26.49%
G=37.84%
B=35.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101980.3000.060.18168.5741.1870
Hex93D2C61E0612a92946
Octal22332230636062225151106
Binary10010011110100101100011011110011010010101010011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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