#94D8CB

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

Shades of Riptide #94D8CB

Tints of Riptide #94D8CB

Color information

#94D8CB (or 0x94D8CB) is unknown color: approx Riptide. HEX triplet: 94, D8 and CB. RGB value is (148,216,203). Sum of RGB (Red+Green+Blue) = 148+216+203=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #94D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D8CB is #6B2734. Grayscale: #C2C2C2. Windows color (decimal): -7022389 or 13359252. OLE color: 13359252.

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

Color convert

RGB148216203-
CMYK0.3100.060.15
HSL168.53º46.58%71.37%-
HSV(B)168.53º31.48%84.71%-
XYZ47.5559.7265.52-
YUV194.19132.9795.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.10%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=26.10%
G=38.10%
B=35.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482162030.3100.060.15168.5346.5871.37
Hex94D8CB1F06Fa92f47
Octal22433031337061725157107
Binary1001010011011000110010111111101101111101010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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