#94d7cc

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

Shades of Riptide #94D7CC

Tints of Riptide #94D7CC

Color information

#94D7CC (or 0x94D7CC) is unknown color: approx Riptide. HEX triplet: 94, D7 and CC. RGB value is (148,215,204). Sum of RGB (Red+Green+Blue) = 148+215+204=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7CC is #6B2833. Grayscale: #C1C1C1. Windows color (decimal): -7022644 or 13424532. OLE color: 13424532.

HSL color Cylindrical-coordinate representation of color #94D7CC: hue angle of 170.15º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7CC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB148215204-
CMYK0.3100.050.16
HSL170.15º45.58%71.18%-
HSV(B)170.15º31.16%84.31%-
XYZ47.4159.2666.07-
YUV193.71133.895.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.10%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=26.10%
G=37.92%
B=35.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482152040.3100.050.16170.1545.5871.18
Hex94D7CC1F0510aa2e47
Octal22432731437052025256107
Binary10010100110101111100110011111010110000101010101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d7cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,204); }

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

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

 a { background-color: rgb(148,215,204); }

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

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

 span { border-color: rgb(148,215,204); }

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