#85DDDA

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

Shades of Riptide #85DDDA

Tints of Riptide #85DDDA

Color information

#85DDDA (or 0x85DDDA) is unknown color: approx Riptide. HEX triplet: 85, DD and DA. RGB value is (133,221,218). Sum of RGB (Red+Green+Blue) = 133+221+218=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDDA is #7A2225. Grayscale: #C2C2C2. Windows color (decimal): -8004134 or 14343557. OLE color: 14343557.

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

Color convert

RGB133221218-
CMYK0.4000.010.13
HSL177.95º56.41%69.41%-
HSV(B)177.95º39.82%86.67%-
XYZ48.1861.7675.71-
YUV194.35141.3584.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.25%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=23.25%
G=38.64%
B=38.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332212180.4000.010.13177.9556.4169.41
Hex85DDDA2801Db23845
Octal20533533250011526270105
Binary100001011101110111011010101000011101101100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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