#85E7CD

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

Shades of Riptide #85E7CD

Tints of Riptide #85E7CD

Color information

#85E7CD (or 0x85E7CD) is unknown color: approx Riptide. HEX triplet: 85, E7 and CD. RGB value is (133,231,205). Sum of RGB (Red+Green+Blue) = 133+231+205=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #85E7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E7CD is #7A1832. Grayscale: #C6C6C6. Windows color (decimal): -8001587 or 13494149. OLE color: 13494149.

HSL color Cylindrical-coordinate representation of color #85E7CD: hue angle of 164.08º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E7CD is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB133231205-
CMYK0.4200.110.09
HSL164.08º67.12%71.37%-
HSV(B)164.08º42.42%90.59%-
XYZ49.2766.5568.01-
YUV198.73131.5381.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.37%
GREEN value IS 231 (90.62% from 255) = 40.60%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=23.37%
G=40.60%
B=36.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332312050.4200.110.09164.0867.1271.37
Hex85E7CD2A0B9a44347
Octal2053473155201311244103107
Binary1000010111100111110011011010100101110011010010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,231,205); }

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

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

 a { background-color: rgb(133,231,205); }

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

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

 span { border-color: rgb(133,231,205); }

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