#85E1CD

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

Shades of Riptide #85E1CD

Tints of Riptide #85E1CD

Color information

#85E1CD (or 0x85E1CD) is unknown color: approx Riptide. HEX triplet: 85, E1 and CD. RGB value is (133,225,205). Sum of RGB (Red+Green+Blue) = 133+225+205=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1CD is #7A1E32. Grayscale: #C3C3C3. Windows color (decimal): -8003123 or 13492613. OLE color: 13492613.

HSL color Cylindrical-coordinate representation of color #85E1CD: hue angle of 166.96º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1CD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB133225205-
CMYK0.4100.090.12
HSL166.96º60.53%70.2%-
HSV(B)166.96º40.89%88.24%-
XYZ47.6263.2467.46-
YUV195.21133.5283.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=23.62%
G=39.96%
B=36.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332252050.4100.090.12166.9660.5370.2
Hex85E1CD2909Ca73d46
Octal205341315510111424775106
Binary100001011110000111001101101001010011100101001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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