#85DDD4

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

Shades of Riptide #85DDD4

Tints of Riptide #85DDD4

Color information

#85DDD4 (or 0x85DDD4) is unknown color: approx Riptide. HEX triplet: 85, DD and D4. RGB value is (133,221,212). Sum of RGB (Red+Green+Blue) = 133+221+212=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDD4 is #7A222B. Grayscale: #C1C1C1. Windows color (decimal): -8004140 or 13950341. OLE color: 13950341.

HSL color Cylindrical-coordinate representation of color #85DDD4: hue angle of 173.86º 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 #85DDD4 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB133221212-
CMYK0.4000.040.13
HSL173.86º56.41%69.41%-
HSV(B)173.86º39.82%86.67%-
XYZ47.4161.4571.65-
YUV193.66138.3584.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.50%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=23.50%
G=39.05%
B=37.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332212120.4000.040.13173.8656.4169.41
Hex85DDD42804Dae3845
Octal20533532450041525670105
Binary10000101110111011101010010100001001101101011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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