#85D4CC

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

Shades of Riptide #85D4CC

Tints of Riptide #85D4CC

Color information

#85D4CC (or 0x85D4CC) is unknown color: approx Riptide. HEX triplet: 85, D4 and CC. RGB value is (133,212,204). Sum of RGB (Red+Green+Blue) = 133+212+204=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #85D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D4CC is #7A2B33. Grayscale: #BBBBBB. Windows color (decimal): -8006452 or 13423749. OLE color: 13423749.

HSL color Cylindrical-coordinate representation of color #85D4CC: hue angle of 173.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D4CC is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB133212204-
CMYK0.3700.040.17
HSL173.92º47.88%67.65%-
HSV(B)173.92º37.26%83.14%-
XYZ44.1256.4365.69-
YUV187.47137.3389.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=24.23%
G=38.62%
B=37.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1332122040.3700.040.17173.9247.8867.65
Hex85D4CC250411ae3044
Octal20532431445042125660104
Binary100001011101010011001100100101010010001101011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85D4CC; }

 p { color: rgb(133,212,204); }

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

<style>
 a { background-color: #85D4CC; }

 a { background-color: rgb(133,212,204); }

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

<style>
 span { border-color: #85D4CC; }

 span { border-color: rgb(133,212,204); }

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