#93EDD5

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

Shades of Riptide #93EDD5

Tints of Riptide #93EDD5

Color information

#93EDD5 (or 0x93EDD5) is unknown color: approx Riptide. HEX triplet: 93, ED and D5. RGB value is (147,237,213). Sum of RGB (Red+Green+Blue) = 147+237+213=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDD5 is #6C122A. Grayscale: #CFCFCF. Windows color (decimal): -7082539 or 14019987. OLE color: 14019987.

HSL color Cylindrical-coordinate representation of color #93EDD5: hue angle of 164º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDD5 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB147237213-
CMYK0.3800.100.07
HSL164º71.43%75.29%-
HSV(B)164º37.97%92.94%-
XYZ54.3371.5873.9-
YUV207.35131.1884.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.62%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 213 (83.59% from 255) = 35.68%
R=24.62%
G=39.70%
B=35.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472372130.3800.100.0716471.4375.29
Hex93EDD5260A7a4474b
Octal223355325460127244107113
Binary100100111110110111010101100110010101111010010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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