#93D8C8

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

Shades of Riptide #93D8C8

Tints of Riptide #93D8C8

Color information

#93D8C8 (or 0x93D8C8) is unknown color: approx Riptide. HEX triplet: 93, D8 and C8. RGB value is (147,216,200). Sum of RGB (Red+Green+Blue) = 147+216+200=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8C8 is #6C2737. Grayscale: #C1C1C1. Windows color (decimal): -7087928 or 13162643. OLE color: 13162643.

HSL color Cylindrical-coordinate representation of color #93D8C8: hue angle of 166.09º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8C8 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB147216200-
CMYK0.3200.070.15
HSL166.09º46.94%71.18%-
HSV(B)166.09º31.94%84.71%-
XYZ47.0159.4863.65-
YUV193.54131.6494.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=26.11%
G=38.37%
B=35.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472162000.3200.070.15166.0946.9471.18
Hex93D8C82007Fa62f47
Octal22333031040071724657107
Binary10010011110110001100100010000001111111101001101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,216,200); }

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

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

 a { background-color: rgb(147,216,200); }

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

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

 span { border-color: rgb(147,216,200); }

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