#85EBBD

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

Shades of Riptide #85EBBD

Tints of Riptide #85EBBD

Color information

#85EBBD (or 0x85EBBD) is unknown color: approx Riptide. HEX triplet: 85, EB and BD. RGB value is (133,235,189). Sum of RGB (Red+Green+Blue) = 133+235+189=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBBD is #7A1442. Grayscale: #C7C7C7. Windows color (decimal): -8000579 or 12446597. OLE color: 12446597.

HSL color Cylindrical-coordinate representation of color #85EBBD: hue angle of 152.94º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBBD is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB133235189-
CMYK0.4300.200.08
HSL152.94º71.83%72.16%-
HSV(B)152.94º43.4%92.16%-
XYZ48.5768.0858.72-
YUV199.26122.2180.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=23.88%
G=42.19%
B=33.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351890.4300.200.08152.9471.8372.16
Hex85EBBD2B0148994848
Octal2053532755302410231110110
Binary10000101111010111011110110101101010010001001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,189); }

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

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

 a { background-color: rgb(133,235,189); }

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

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

 span { border-color: rgb(133,235,189); }

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