#94DECC

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

Shades of Riptide #94DECC

Tints of Riptide #94DECC

Color information

#94DECC (or 0x94DECC) is unknown color: approx Riptide. HEX triplet: 94, DE and CC. RGB value is (148,222,204). Sum of RGB (Red+Green+Blue) = 148+222+204=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #94DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DECC is #6B2133. Grayscale: #C5C5C5. Windows color (decimal): -7020852 or 13426324. OLE color: 13426324.

HSL color Cylindrical-coordinate representation of color #94DECC: hue angle of 165.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DECC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB148222204-
CMYK0.3300.080.13
HSL165.41º52.86%72.55%-
HSV(B)165.41º33.33%87.06%-
XYZ49.2362.966.67-
YUV197.82131.4892.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=25.78%
G=38.68%
B=35.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482222040.3300.080.13165.4152.8672.55
Hex94DECC2108Da53549
Octal224336314410101524565111
Binary100101001101111011001100100001010001101101001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,222,204); }

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

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

 a { background-color: rgb(148,222,204); }

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

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

 span { border-color: rgb(148,222,204); }

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