#85E4BF

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

Shades of Riptide #85E4BF

Tints of Riptide #85E4BF

Color information

#85E4BF (or 0x85E4BF) is unknown color: approx Riptide. HEX triplet: 85, E4 and BF. RGB value is (133,228,191). Sum of RGB (Red+Green+Blue) = 133+228+191=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4BF is #7A1B40. Grayscale: #C3C3C3. Windows color (decimal): -8002369 or 12575877. OLE color: 12575877.

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

Color convert

RGB133228191-
CMYK0.4200.160.11
HSL156.63º63.76%70.78%-
HSV(B)156.63º41.67%89.41%-
XYZ46.8264.2359.22-
YUV195.38125.5383.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.09%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 191 (75% from 255) = 34.60%
R=24.09%
G=41.30%
B=34.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281910.4200.160.11156.6363.7670.78
Hex85E4BF2A010B9d4047
Octal2053442775202013235100107
Binary10000101111001001011111110101001000010111001110110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,228,191); }

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

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

 a { background-color: rgb(133,228,191); }

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

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

 span { border-color: rgb(133,228,191); }

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