#93E7D0

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

Shades of Riptide #93E7D0

Tints of Riptide #93E7D0

Color information

#93E7D0 (or 0x93E7D0) is unknown color: approx Riptide. HEX triplet: 93, E7 and D0. RGB value is (147,231,208). Sum of RGB (Red+Green+Blue) = 147+231+208=586 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.09% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #93E7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E7D0 is #6C182F. Grayscale: #CBCBCB. Windows color (decimal): -7084080 or 13690771. OLE color: 13690771.

HSL color Cylindrical-coordinate representation of color #93E7D0: hue angle of 163.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E7D0 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB147231208-
CMYK0.3600.100.09
HSL163.57º63.64%74.12%-
HSV(B)163.57º36.36%90.59%-
XYZ51.9967.9170.04-
YUV203.26130.6787.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.09%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=25.09%
G=39.42%
B=35.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472312080.3600.100.09163.5763.6474.12
Hex93E7D0240A9a4404a
Octal2233473204401211244100112
Binary1001001111100111110100001001000101010011010010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,231,208); }

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

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

 a { background-color: rgb(147,231,208); }

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

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

 span { border-color: rgb(147,231,208); }

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