#85E2CB

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

Shades of Riptide #85E2CB

Tints of Riptide #85E2CB

Color information

#85E2CB (or 0x85E2CB) is unknown color: approx Riptide. HEX triplet: 85, E2 and CB. RGB value is (133,226,203). Sum of RGB (Red+Green+Blue) = 133+226+203=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E2CB is #7A1D34. Grayscale: #C3C3C3. Windows color (decimal): -8002869 or 13361797. OLE color: 13361797.

HSL color Cylindrical-coordinate representation of color #85E2CB: hue angle of 165.16º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E2CB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB133226203-
CMYK0.4100.100.11
HSL165.16º61.59%70.39%-
HSV(B)165.16º41.15%88.63%-
XYZ47.6563.6966.28-
YUV195.57132.1983.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=23.67%
G=40.21%
B=36.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332262030.4100.100.11165.1661.5970.39
Hex85E2CB290ABa53e46
Octal205342313510121324576106
Binary100001011110001011001011101001010101011101001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,226,203); }

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

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

 a { background-color: rgb(133,226,203); }

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

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

 span { border-color: rgb(133,226,203); }

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