#85DACA

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

Shades of Riptide #85DACA

Tints of Riptide #85DACA

Color information

#85DACA (or 0x85DACA) is unknown color: approx Riptide. HEX triplet: 85, DA and CA. RGB value is (133,218,202). Sum of RGB (Red+Green+Blue) = 133+218+202=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #85DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DACA is #7A2535. Grayscale: #BEBEBE. Windows color (decimal): -8004918 or 13294213. OLE color: 13294213.

HSL color Cylindrical-coordinate representation of color #85DACA: hue angle of 168.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DACA is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB133218202-
CMYK0.3900.070.15
HSL168.71º53.46%68.82%-
HSV(B)168.71º38.99%85.49%-
XYZ45.459.3964.95-
YUV190.76134.3486.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.05%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=24.05%
G=39.42%
B=36.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332182020.3900.070.15168.7153.4668.82
Hex85DACA2707Fa93545
Octal20533231247071725165105
Binary10000101110110101100101010011101111111101010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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