#94D9CA

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

Shades of Riptide #94D9CA

Tints of Riptide #94D9CA

Color information

#94D9CA (or 0x94D9CA) is unknown color: approx Riptide. HEX triplet: 94, D9 and CA. RGB value is (148,217,202). Sum of RGB (Red+Green+Blue) = 148+217+202=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9CA is #6B2635. Grayscale: #C2C2C2. Windows color (decimal): -7022134 or 13293972. OLE color: 13293972.

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

Color convert

RGB148217202-
CMYK0.3200.070.15
HSL166.96º47.59%71.57%-
HSV(B)166.96º31.8%85.1%-
XYZ47.6960.1964.98-
YUV194.66132.1494.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.10%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=26.10%
G=38.27%
B=35.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482172020.3200.070.15166.9647.5971.57
Hex94D9CA2007Fa73048
Octal22433131240071724760110
Binary10010100110110011100101010000001111111101001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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