#94EDD5

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

Shades of Riptide #94EDD5

Tints of Riptide #94EDD5

Color information

#94EDD5 (or 0x94EDD5) is unknown color: approx Riptide. HEX triplet: 94, ED and D5. RGB value is (148,237,213). Sum of RGB (Red+Green+Blue) = 148+237+213=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDD5 is #6B122A. Grayscale: #CFCFCF. Windows color (decimal): -7017003 or 14019988. OLE color: 14019988.

HSL color Cylindrical-coordinate representation of color #94EDD5: hue angle of 163.82º 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 #94EDD5 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB148237213-
CMYK0.3800.100.07
HSL163.82º71.2%75.49%-
HSV(B)163.82º37.55%92.94%-
XYZ54.5171.6773.91-
YUV207.65131.0185.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.75%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=24.75%
G=39.63%
B=35.62%

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
Decimal1482372130.3800.100.07163.8271.275.49
Hex94EDD5260A7a4474b
Octal224355325460127244107113
Binary100101001110110111010101100110010101111010010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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