#94E8D6

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

Shades of Riptide #94E8D6

Tints of Riptide #94E8D6

Color information

#94E8D6 (or 0x94E8D6) is unknown color: approx Riptide. HEX triplet: 94, E8 and D6. RGB value is (148,232,214). Sum of RGB (Red+Green+Blue) = 148+232+214=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #94E8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E8D6 is #6B1729. Grayscale: #CCCCCC. Windows color (decimal): -7018282 or 14084244. OLE color: 14084244.

HSL color Cylindrical-coordinate representation of color #94E8D6: hue angle of 167.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E8D6 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB148232214-
CMYK0.3600.080.09
HSL167.14º64.62%74.51%-
HSV(B)167.14º36.21%90.98%-
XYZ53.2168.8674.11-
YUV204.83133.1787.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.92%
GREEN value IS 232 (91.02% from 255) = 39.06%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=24.92%
G=39.06%
B=36.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482322140.3600.080.09167.1464.6274.51
Hex94E8D624089a7414b
Octal2243503264401011247101113
Binary1001010011101000110101101001000100010011010011110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,214); }

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

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

 a { background-color: rgb(148,232,214); }

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

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

 span { border-color: rgb(148,232,214); }

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