#85DEC1

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

Shades of Riptide #85DEC1

Tints of Riptide #85DEC1

Color information

#85DEC1 (or 0x85DEC1) is unknown color: approx Riptide. HEX triplet: 85, DE and C1. RGB value is (133,222,193). Sum of RGB (Red+Green+Blue) = 133+222+193=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEC1 is #7A213E. Grayscale: #C0C0C0. Windows color (decimal): -8003903 or 12705413. OLE color: 12705413.

HSL color Cylindrical-coordinate representation of color #85DEC1: hue angle of 160.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEC1 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB133222193-
CMYK0.4000.130.13
HSL160.45º57.42%69.61%-
HSV(B)160.45º40.09%87.06%-
XYZ45.4261.0859.85-
YUV192.08128.5185.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 222 (87.11% from 255) = 40.51%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=24.27%
G=40.51%
B=35.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221930.4000.130.13160.4557.4269.61
Hex85DEC1280DDa03946
Octal205336301500151524071106
Binary100001011101111011000001101000011011101101000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,193); }

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

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

 a { background-color: rgb(133,222,193); }

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

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

 span { border-color: rgb(133,222,193); }

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