#93E1D5

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

Shades of Riptide #93E1D5

Tints of Riptide #93E1D5

Color information

#93E1D5 (or 0x93E1D5) is unknown color: approx Riptide. HEX triplet: 93, E1 and D5. RGB value is (147,225,213). Sum of RGB (Red+Green+Blue) = 147+225+213=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1D5 is #6C1E2A. Grayscale: #C8C8C8. Windows color (decimal): -7085611 or 14016915. OLE color: 14016915.

HSL color Cylindrical-coordinate representation of color #93E1D5: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1D5 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB147225213-
CMYK0.3500.050.12
HSL170.77º56.52%72.94%-
HSV(B)170.77º34.67%88.24%-
XYZ50.9764.8672.78-
YUV200.31135.1689.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=25.13%
G=38.46%
B=36.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472252130.3500.050.12170.7756.5272.94
Hex93E1D52305Cab3949
Octal22334132543051425371111
Binary10010011111000011101010110001101011100101010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,213); }

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

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

 a { background-color: rgb(147,225,213); }

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

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

 span { border-color: rgb(147,225,213); }

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