#85DDC5

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

Shades of Riptide #85DDC5

Tints of Riptide #85DDC5

Color information

#85DDC5 (or 0x85DDC5) is unknown color: approx Riptide. HEX triplet: 85, DD and C5. RGB value is (133,221,197). Sum of RGB (Red+Green+Blue) = 133+221+197=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC5 is #7A223A. Grayscale: #BFBFBF. Windows color (decimal): -8004155 or 12967301. OLE color: 12967301.

HSL color Cylindrical-coordinate representation of color #85DDC5: hue angle of 163.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDC5 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB133221197-
CMYK0.4000.110.13
HSL163.64º56.41%69.41%-
HSV(B)163.64º39.82%86.67%-
XYZ45.6160.7362.14-
YUV191.95130.8585.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=24.14%
G=40.11%
B=35.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211970.4000.110.13163.6456.4169.41
Hex85DDC5280BDa43845
Octal205335305500131524470105
Binary100001011101110111000101101000010111101101001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,197); }

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

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

 a { background-color: rgb(133,221,197); }

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

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

 span { border-color: rgb(133,221,197); }

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