#85E9BE

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

Shades of Riptide #85E9BE

Tints of Riptide #85E9BE

Color information

#85E9BE (or 0x85E9BE) is unknown color: approx Riptide. HEX triplet: 85, E9 and BE. RGB value is (133,233,190). Sum of RGB (Red+Green+Blue) = 133+233+190=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9BE is #7A1641. Grayscale: #C6C6C6. Windows color (decimal): -8001090 or 12511621. OLE color: 12511621.

HSL color Cylindrical-coordinate representation of color #85E9BE: hue angle of 154.2º degrees, saturation: 0.69, 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 #85E9BE is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB133233190-
CMYK0.4300.180.09
HSL154.2º69.44%71.76%-
HSV(B)154.2º42.92%91.37%-
XYZ48.1166.9859.11-
YUV198.2123.3781.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=23.92%
G=41.91%
B=34.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331900.4300.180.09154.269.4471.76
Hex85E9BE2B01299a4548
Octal2053512765302211232105110
Binary10000101111010011011111010101101001010011001101010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,233,190); }

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

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

 a { background-color: rgb(133,233,190); }

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

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

 span { border-color: rgb(133,233,190); }

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