#84DCD1

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

Shades of Riptide #84DCD1

Tints of Riptide #84DCD1

Color information

#84DCD1 (or 0x84DCD1) is unknown color: approx Riptide. HEX triplet: 84, DC and D1. RGB value is (132,220,209). Sum of RGB (Red+Green+Blue) = 132+220+209=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCD1 is #7B232E. Grayscale: #C0C0C0. Windows color (decimal): -8069935 or 13753476. OLE color: 13753476.

HSL color Cylindrical-coordinate representation of color #84DCD1: hue angle of 172.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCD1 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB132220209-
CMYK0.4000.050.14
HSL172.5º55.7%69.02%-
HSV(B)172.5º40%86.27%-
XYZ46.6260.769.58-
YUV192.43137.3584.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=23.53%
G=39.22%
B=37.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322202090.4000.050.14172.555.769.02
Hex84DCD12805Eac3845
Octal20433432150051625470105
Binary10000100110111001101000110100001011110101011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,209); }

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

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

 a { background-color: rgb(132,220,209); }

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

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

 span { border-color: rgb(132,220,209); }

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