#94E4D5

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

Shades of Riptide #94E4D5

Tints of Riptide #94E4D5

Color information

#94E4D5 (or 0x94E4D5) is unknown color: approx Riptide. HEX triplet: 94, E4 and D5. RGB value is (148,228,213). Sum of RGB (Red+Green+Blue) = 148+228+213=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #94E4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E4D5 is #6B1B2A. Grayscale: #CACACA. Windows color (decimal): -7019307 or 14017684. OLE color: 14017684.

HSL color Cylindrical-coordinate representation of color #94E4D5: hue angle of 168.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E4D5 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB148228213-
CMYK0.3500.070.11
HSL168.75º59.7%73.73%-
HSV(B)168.75º35.09%89.41%-
XYZ51.9766.5973.06-
YUV202.3713489.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=25.13%
G=38.71%
B=36.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482282130.3500.070.11168.7559.773.73
Hex94E4D52307Ba93c4a
Octal22434432543071325174112
Binary10010100111001001101010110001101111011101010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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