#85E1BF

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

Shades of Riptide #85E1BF

Tints of Riptide #85E1BF

Color information

#85E1BF (or 0x85E1BF) is unknown color: approx Riptide. HEX triplet: 85, E1 and BF. RGB value is (133,225,191). Sum of RGB (Red+Green+Blue) = 133+225+191=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1BF is #7A1E40. Grayscale: #C1C1C1. Windows color (decimal): -8003137 or 12575109. OLE color: 12575109.

HSL color Cylindrical-coordinate representation of color #85E1BF: hue angle of 157.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1BF is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB133225191-
CMYK0.4100.150.12
HSL157.83º60.53%70.2%-
HSV(B)157.83º40.89%88.24%-
XYZ4662.658.95-
YUV193.62126.5284.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 191 (75% from 255) = 34.79%
R=24.23%
G=40.98%
B=34.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251910.4100.150.12157.8360.5370.2
Hex85E1BF290FC9e3d46
Octal205341277510171423675106
Binary100001011110000110111111101001011111100100111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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