#85E3D1

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

Shades of Riptide #85E3D1

Tints of Riptide #85E3D1

Color information

#85E3D1 (or 0x85E3D1) is unknown color: approx Riptide. HEX triplet: 85, E3 and D1. RGB value is (133,227,209). Sum of RGB (Red+Green+Blue) = 133+227+209=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #85E3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E3D1 is #7A1C2E. Grayscale: #C4C4C4. Windows color (decimal): -8002607 or 13755269. OLE color: 13755269.

HSL color Cylindrical-coordinate representation of color #85E3D1: hue angle of 168.51º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E3D1 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB133227209-
CMYK0.4100.080.11
HSL168.51º62.67%70.59%-
HSV(B)168.51º41.41%89.02%-
XYZ48.6564.5370.21-
YUV196.84134.8682.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.37%
GREEN value IS 227 (89.06% from 255) = 39.89%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=23.37%
G=39.89%
B=36.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332272090.4100.080.11168.5162.6770.59
Hex85E3D12908Ba93f47
Octal205343321510101325177107
Binary100001011110001111010001101001010001011101010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,209); }

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

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

 a { background-color: rgb(133,227,209); }

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

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

 span { border-color: rgb(133,227,209); }

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