#85EBBE

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

Shades of Riptide #85EBBE

Tints of Riptide #85EBBE

Color information

#85EBBE (or 0x85EBBE) is unknown color: approx Riptide. HEX triplet: 85, EB and BE. RGB value is (133,235,190). Sum of RGB (Red+Green+Blue) = 133+235+190=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBBE is #7A1441. Grayscale: #C7C7C7. Windows color (decimal): -8000578 or 12512133. OLE color: 12512133.

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

Color convert

RGB133235190-
CMYK0.4300.190.08
HSL153.53º71.83%72.16%-
HSV(B)153.53º43.4%92.16%-
XYZ48.6868.1259.3-
YUV199.37122.7180.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=23.84%
G=42.11%
B=34.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351900.4300.190.08153.5371.8372.16
Hex85EBBE2B01389a4848
Octal2053532765302310232110110
Binary10000101111010111011111010101101001110001001101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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