#85DDCC

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

Shades of Riptide #85DDCC

Tints of Riptide #85DDCC

Color information

#85DDCC (or 0x85DDCC) is unknown color: approx Riptide. HEX triplet: 85, DD and CC. RGB value is (133,221,204). Sum of RGB (Red+Green+Blue) = 133+221+204=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCC is #7A2233. Grayscale: #C0C0C0. Windows color (decimal): -8004148 or 13426053. OLE color: 13426053.

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

Color convert

RGB133221204-
CMYK0.4000.080.13
HSL168.41º56.41%69.41%-
HSV(B)168.41º39.82%86.67%-
XYZ46.4361.0666.47-
YUV192.75134.3585.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=23.84%
G=39.61%
B=36.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332212040.4000.080.13168.4156.4169.41
Hex85DDCC2808Da83845
Octal205335314500101525070105
Binary100001011101110111001100101000010001101101010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,204); }

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

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

 a { background-color: rgb(133,221,204); }

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

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

 span { border-color: rgb(133,221,204); }

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