#84DDCD

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

Shades of Riptide #84DDCD

Tints of Riptide #84DDCD

Color information

#84DDCD (or 0x84DDCD) is unknown color: approx Riptide. HEX triplet: 84, DD and CD. RGB value is (132,221,205). Sum of RGB (Red+Green+Blue) = 132+221+205=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDCD is #7B2232. Grayscale: #C0C0C0. Windows color (decimal): -8069683 or 13491588. OLE color: 13491588.

HSL color Cylindrical-coordinate representation of color #84DDCD: hue angle of 169.21º degrees, saturation: 0.57, 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 #84DDCD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB132221205-
CMYK0.4000.070.13
HSL169.21º56.69%69.22%-
HSV(B)169.21º40.27%86.67%-
XYZ46.3961.0367.09-
YUV192.56135.0184.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=23.66%
G=39.61%
B=36.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322212050.4000.070.13169.2156.6969.22
Hex84DDCD2807Da93945
Octal20433531550071525171105
Binary10000100110111011100110110100001111101101010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DDCD; }

 p { color: rgb(132,221,205); }

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

<style>
 a { background-color: #84DDCD; }

 a { background-color: rgb(132,221,205); }

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

<style>
 span { border-color: #84DDCD; }

 span { border-color: rgb(132,221,205); }

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