#84DCCD

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

Shades of Riptide #84DCCD

Tints of Riptide #84DCCD

Color information

#84DCCD (or 0x84DCCD) is unknown color: approx Riptide. HEX triplet: 84, DC and CD. RGB value is (132,220,205). Sum of RGB (Red+Green+Blue) = 132+220+205=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCCD is #7B2332. Grayscale: #BFBFBF. Windows color (decimal): -8069939 or 13491332. OLE color: 13491332.

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

Color convert

RGB132220205-
CMYK0.4000.070.14
HSL169.77º55.7%69.02%-
HSV(B)169.77º40%86.27%-
XYZ46.1360.567-
YUV191.98135.3585.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=23.70%
G=39.50%
B=36.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322202050.4000.070.14169.7755.769.02
Hex84DCCD2807Eaa3845
Octal20433431550071625270105
Binary10000100110111001100110110100001111110101010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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