#94D1CA

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

Shades of Riptide #94D1CA

Tints of Riptide #94D1CA

Color information

#94D1CA (or 0x94D1CA) is unknown color: approx Riptide. HEX triplet: 94, D1 and CA. RGB value is (148,209,202). Sum of RGB (Red+Green+Blue) = 148+209+202=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1CA is #6B2E35. Grayscale: #BDBDBD. Windows color (decimal): -7024182 or 13291924. OLE color: 13291924.

HSL color Cylindrical-coordinate representation of color #94D1CA: hue angle of 173.11º 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 #94D1CA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB148209202-
CMYK0.2900.030.18
HSL173.11º39.87%70%-
HSV(B)173.11º29.19%81.96%-
XYZ45.6756.1664.31-
YUV189.96134.7998.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 209 (82.03% from 255) = 37.39%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=26.48%
G=37.39%
B=36.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482092020.2900.030.18173.1139.8770
Hex94D1CA1D0312ad2846
Octal22432131235032225550106
Binary1001010011010001110010101110101110010101011011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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