#85E8D0

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

Shades of Riptide #85E8D0

Tints of Riptide #85E8D0

Color information

#85E8D0 (or 0x85E8D0) is unknown color: approx Riptide. HEX triplet: 85, E8 and D0. RGB value is (133,232,208). Sum of RGB (Red+Green+Blue) = 133+232+208=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #85E8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E8D0 is #7A172F. Grayscale: #C7C7C7. Windows color (decimal): -8001328 or 13691013. OLE color: 13691013.

HSL color Cylindrical-coordinate representation of color #85E8D0: hue angle of 165.45º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E8D0 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB133232208-
CMYK0.4300.100.09
HSL165.45º68.28%71.57%-
HSV(B)165.45º42.67%90.98%-
XYZ49.9167.2570.03-
YUV199.66132.780.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.21%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=23.21%
G=40.49%
B=36.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332322080.4300.100.09165.4568.2871.57
Hex85E8D02B0A9a54448
Octal2053503205301211245104110
Binary1000010111101000110100001010110101010011010010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,232,208); }

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

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

 a { background-color: rgb(133,232,208); }

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

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

 span { border-color: rgb(133,232,208); }

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