#85D7CD

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

Shades of Riptide #85D7CD

Tints of Riptide #85D7CD

Color information

#85D7CD (or 0x85D7CD) is unknown color: approx Riptide. HEX triplet: 85, D7 and CD. RGB value is (133,215,205). Sum of RGB (Red+Green+Blue) = 133+215+205=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #85D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D7CD is #7A2832. Grayscale: #BDBDBD. Windows color (decimal): -8005683 or 13490053. OLE color: 13490053.

HSL color Cylindrical-coordinate representation of color #85D7CD: hue angle of 172.68º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D7CD is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB133215205-
CMYK0.3800.050.16
HSL172.68º50.62%68.24%-
HSV(B)172.68º38.14%84.31%-
XYZ44.995866.58-
YUV189.34136.8387.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.05%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=24.05%
G=38.88%
B=37.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332152050.3800.050.16172.6850.6268.24
Hex85D7CD260510ad3344
Octal20532731546052025563104
Binary100001011101011111001101100110010110000101011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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