#94DED5

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

Shades of Riptide #94DED5

Tints of Riptide #94DED5

Color information

#94DED5 (or 0x94DED5) is unknown color: approx Riptide. HEX triplet: 94, DE and D5. RGB value is (148,222,213). Sum of RGB (Red+Green+Blue) = 148+222+213=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #94DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DED5 is #6B212A. Grayscale: #C6C6C6. Windows color (decimal): -7020843 or 14016148. OLE color: 14016148.

HSL color Cylindrical-coordinate representation of color #94DED5: hue angle of 172.7º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DED5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB148222213-
CMYK0.3300.040.13
HSL172.7º52.86%72.55%-
HSV(B)172.7º33.33%87.06%-
XYZ50.3463.3472.52-
YUV198.85135.9891.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.39%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=25.39%
G=38.08%
B=36.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482222130.3300.040.13172.752.8672.55
Hex94DED52104Dad3549
Octal22433632541041525565111
Binary10010100110111101101010110000101001101101011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DED5; }

 p { color: rgb(148,222,213); }

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

<style>
 a { background-color: #94DED5; }

 a { background-color: rgb(148,222,213); }

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

<style>
 span { border-color: #94DED5; }

 span { border-color: rgb(148,222,213); }

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