#85DCC6

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

Shades of Riptide #85DCC6

Tints of Riptide #85DCC6

Color information

#85DCC6 (or 0x85DCC6) is unknown color: approx Riptide. HEX triplet: 85, DC and C6. RGB value is (133,220,198). Sum of RGB (Red+Green+Blue) = 133+220+198=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCC6 is #7A2339. Grayscale: #BFBFBF. Windows color (decimal): -8004410 or 13032581. OLE color: 13032581.

HSL color Cylindrical-coordinate representation of color #85DCC6: hue angle of 164.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCC6 is Cyan = 0.40, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB133220198-
CMYK0.4000.10.14
HSL164.83º55.41%69.22%-
HSV(B)164.83º39.55%86.27%-
XYZ45.4660.2562.66-
YUV191.48131.6886.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=24.14%
G=39.93%
B=35.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201980.4000.10.14164.8355.4169.22
Hex85DCC6280AEa53745
Octal205334306500121624567105
Binary100001011101110011000110101000010101110101001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,220,198); }

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

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

 a { background-color: rgb(133,220,198); }

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

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

 span { border-color: rgb(133,220,198); }

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