#85D7CA

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

Shades of Riptide #85D7CA

Tints of Riptide #85D7CA

Color information

#85D7CA (or 0x85D7CA) is unknown color: approx Riptide. HEX triplet: 85, D7 and CA. RGB value is (133,215,202). Sum of RGB (Red+Green+Blue) = 133+215+202=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #85D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D7CA is #7A2835. Grayscale: #BCBCBC. Windows color (decimal): -8005686 or 13293445. OLE color: 13293445.

HSL color Cylindrical-coordinate representation of color #85D7CA: hue angle of 170.49º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D7CA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB133215202-
CMYK0.3800.060.16
HSL170.49º50.62%68.24%-
HSV(B)170.49º38.14%84.31%-
XYZ44.6357.8564.69-
YUV189135.3388.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.18%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=24.18%
G=39.09%
B=36.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332152020.3800.060.16170.4950.6268.24
Hex85D7CA260610aa3344
Octal20532731246062025263104
Binary100001011101011111001010100110011010000101010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,215,202); }

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

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

 a { background-color: rgb(133,215,202); }

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

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

 span { border-color: rgb(133,215,202); }

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