#85DEC6

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

Shades of Riptide #85DEC6

Tints of Riptide #85DEC6

Color information

#85DEC6 (or 0x85DEC6) is unknown color: approx Riptide. HEX triplet: 85, DE and C6. RGB value is (133,222,198). Sum of RGB (Red+Green+Blue) = 133+222+198=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEC6 is #7A2139. Grayscale: #C0C0C0. Windows color (decimal): -8003898 or 13033093. OLE color: 13033093.

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

Color convert

RGB133222198-
CMYK0.4000.110.13
HSL163.82º57.42%69.61%-
HSV(B)163.82º40.09%87.06%-
XYZ45.9961.3162.84-
YUV192.65131.0185.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.05%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=24.05%
G=40.14%
B=35.80%

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
Decimal1332221980.4000.110.13163.8257.4269.61
Hex85DEC6280BDa43946
Octal205336306500131524471106
Binary100001011101111011000110101000010111101101001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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