#93DED3

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

Shades of Riptide #93DED3

Tints of Riptide #93DED3

Color information

#93DED3 (or 0x93DED3) is unknown color: approx Riptide. HEX triplet: 93, DE and D3. RGB value is (147,222,211). Sum of RGB (Red+Green+Blue) = 147+222+211=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #93DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DED3 is #6C212C. Grayscale: #C6C6C6. Windows color (decimal): -7086381 or 13885075. OLE color: 13885075.

HSL color Cylindrical-coordinate representation of color #93DED3: hue angle of 171.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DED3 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB147222211-
CMYK0.3400.050.13
HSL171.2º53.19%72.35%-
HSV(B)171.2º33.78%87.06%-
XYZ49.9163.1571.19-
YUV198.32135.1591.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.34%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=25.34%
G=38.28%
B=36.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472222110.3400.050.13171.253.1972.35
Hex93DED32205Dab3548
Octal22333632342051525365110
Binary10010011110111101101001110001001011101101010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,222,211); }

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

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

 a { background-color: rgb(147,222,211); }

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

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

 span { border-color: rgb(147,222,211); }

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