#94D7C6

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

Shades of Riptide #94D7C6

Tints of Riptide #94D7C6

Color information

#94D7C6 (or 0x94D7C6) is unknown color: approx Riptide. HEX triplet: 94, D7 and C6. RGB value is (148,215,198). Sum of RGB (Red+Green+Blue) = 148+215+198=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7C6 is #6B2839. Grayscale: #C1C1C1. Windows color (decimal): -7022650 or 13031316. OLE color: 13031316.

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

Color convert

RGB148215198-
CMYK0.3100.080.16
HSL164.78º45.58%71.18%-
HSV(B)164.78º31.16%84.31%-
XYZ46.7158.9762.35-
YUV193.03130.895.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=26.38%
G=38.32%
B=35.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151980.3100.080.16164.7845.5871.18
Hex94D7C61F0810a52e47
Octal224327306370102024556107
Binary100101001101011111000110111110100010000101001011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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