#85ebc4

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

Shades of Riptide #85EBC4

Tints of Riptide #85EBC4

Color information

#85EBC4 (or 0x85EBC4) is unknown color: approx Riptide. HEX triplet: 85, EB and C4. RGB value is (133,235,196). Sum of RGB (Red+Green+Blue) = 133+235+196=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC4 is #7A143B. Grayscale: #C8C8C8. Windows color (decimal): -8000572 or 12905349. OLE color: 12905349.

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

Color convert

RGB133235196-
CMYK0.4300.170.08
HSL157.06º71.83%72.16%-
HSV(B)157.06º43.4%92.16%-
XYZ49.3568.3962.82-
YUV200.06125.7180.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.58%
GREEN value IS 235 (92.19% from 255) = 41.67%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=23.58%
G=41.67%
B=34.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351960.4300.170.08157.0671.8372.16
Hex85EBC42B01189d4848
Octal2053533045302110235110110
Binary10000101111010111100010010101101000110001001110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ebc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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