#93EBDC

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

Shades of Riptide #93EBDC

Tints of Riptide #93EBDC

Color information

#93EBDC (or 0x93EBDC) is unknown color: approx Riptide. HEX triplet: 93, EB and DC. RGB value is (147,235,220). Sum of RGB (Red+Green+Blue) = 147+235+220=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBDC is #6C1423. Grayscale: #CECECE. Windows color (decimal): -7083044 or 14478227. OLE color: 14478227.

HSL color Cylindrical-coordinate representation of color #93EBDC: hue angle of 169.77º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBDC is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB147235220-
CMYK0.3700.060.08
HSL169.77º68.75%74.9%-
HSV(B)169.77º37.45%92.16%-
XYZ54.6670.7978.49-
YUV206.98135.3585.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.42%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=24.42%
G=39.04%
B=36.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472352200.3700.060.08169.7768.7574.9
Hex93EBDC25068aa454b
Octal223353334450610252105113
Binary100100111110101111011100100101011010001010101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,235,220); }

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

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

 a { background-color: rgb(147,235,220); }

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

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

 span { border-color: rgb(147,235,220); }

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