#94D5CD

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

Shades of Riptide #94D5CD

Tints of Riptide #94D5CD

Color information

#94D5CD (or 0x94D5CD) is unknown color: approx Riptide. HEX triplet: 94, D5 and CD. RGB value is (148,213,205). Sum of RGB (Red+Green+Blue) = 148+213+205=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #94D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D5CD is #6B2A32. Grayscale: #C0C0C0. Windows color (decimal): -7023155 or 13489556. OLE color: 13489556.

HSL color Cylindrical-coordinate representation of color #94D5CD: hue angle of 172.62º degrees, saturation: 0.44, 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 #94D5CD is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB148213205-
CMYK0.3100.040.16
HSL172.62º43.62%70.78%-
HSV(B)172.62º30.52%83.53%-
XYZ47.0358.2966.53-
YUV192.65134.9796.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=26.15%
G=37.63%
B=36.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482132050.3100.040.16172.6243.6270.78
Hex94D5CD1F0410ad2c47
Octal22432531537042025554107
Binary10010100110101011100110111111010010000101011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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