#94D9C0

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

Shades of Riptide #94D9C0

Tints of Riptide #94D9C0

Color information

#94D9C0 (or 0x94D9C0) is unknown color: approx Riptide. HEX triplet: 94, D9 and C0. RGB value is (148,217,192). Sum of RGB (Red+Green+Blue) = 148+217+192=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9C0 is #6B263F. Grayscale: #C1C1C1. Windows color (decimal): -7022144 or 12638612. OLE color: 12638612.

HSL color Cylindrical-coordinate representation of color #94D9C0: hue angle of 158.26º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9C0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB148217192-
CMYK0.3200.120.15
HSL158.26º47.59%71.57%-
HSV(B)158.26º31.8%85.1%-
XYZ46.5459.7358.94-
YUV193.52127.1495.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=26.57%
G=38.96%
B=34.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171920.3200.120.15158.2647.5971.57
Hex94D9C0200CF9e3048
Octal224331300400141723660110
Binary100101001101100111000000100000011001111100111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,192); }

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

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

 a { background-color: rgb(148,217,192); }

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

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

 span { border-color: rgb(148,217,192); }

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