#94D8CE

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

Shades of Riptide #94D8CE

Tints of Riptide #94D8CE

Color information

#94D8CE (or 0x94D8CE) is unknown color: approx Riptide. HEX triplet: 94, D8 and CE. RGB value is (148,216,206). Sum of RGB (Red+Green+Blue) = 148+216+206=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #94D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D8CE is #6B2731. Grayscale: #C2C2C2. Windows color (decimal): -7022386 or 13555860. OLE color: 13555860.

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

Color convert

RGB148216206-
CMYK0.3100.050.15
HSL171.18º46.58%71.37%-
HSV(B)171.18º31.48%84.71%-
XYZ47.9159.8667.42-
YUV194.53134.4794.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=25.96%
G=37.89%
B=36.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482162060.3100.050.15171.1846.5871.37
Hex94D8CE1F05Fab2f47
Octal22433031637051725357107
Binary1001010011011000110011101111101011111101010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,206); }

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

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

 a { background-color: rgb(148,216,206); }

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

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

 span { border-color: rgb(148,216,206); }

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