#94D1C9

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

Shades of Riptide #94D1C9

Tints of Riptide #94D1C9

Color information

#94D1C9 (or 0x94D1C9) is unknown color: approx Riptide. HEX triplet: 94, D1 and C9. RGB value is (148,209,201). Sum of RGB (Red+Green+Blue) = 148+209+201=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1C9 is #6B2E36. Grayscale: #BDBDBD. Windows color (decimal): -7024183 or 13226388. OLE color: 13226388.

HSL color Cylindrical-coordinate representation of color #94D1C9: hue angle of 172.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D1C9 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB148209201-
CMYK0.2900.040.18
HSL172.13º39.87%70%-
HSV(B)172.13º29.19%81.96%-
XYZ45.5656.1163.69-
YUV189.85134.2998.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=26.52%
G=37.46%
B=36.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482092010.2900.040.18172.1339.8770
Hex94D1C91D0412ac2846
Octal22432131135042225450106
Binary10010100110100011100100111101010010010101011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,201); }

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

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

 a { background-color: rgb(148,209,201); }

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

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

 span { border-color: rgb(148,209,201); }

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