#85EBD7

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

Shades of Riptide #85EBD7

Tints of Riptide #85EBD7

Color information

#85EBD7 (or 0x85EBD7) is unknown color: approx Riptide. HEX triplet: 85, EB and D7. RGB value is (133,235,215). Sum of RGB (Red+Green+Blue) = 133+235+215=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBD7 is #7A1428. Grayscale: #CACACA. Windows color (decimal): -8000553 or 14150533. OLE color: 14150533.

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

Color convert

RGB133235215-
CMYK0.4300.090.08
HSL168.24º71.83%72.16%-
HSV(B)168.24º43.4%92.16%-
XYZ51.6569.3174.95-
YUV202.22135.2178.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.81%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=22.81%
G=40.31%
B=36.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332352150.4300.090.08168.2471.8372.16
Hex85EBD72B098a84848
Octal2053533275301110250110110
Binary1000010111101011110101111010110100110001010100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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