#84D7C9

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

Shades of Riptide #84D7C9

Tints of Riptide #84D7C9

Color information

#84D7C9 (or 0x84D7C9) is unknown color: approx Riptide. HEX triplet: 84, D7 and C9. RGB value is (132,215,201). Sum of RGB (Red+Green+Blue) = 132+215+201=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7C9 is #7B2836. Grayscale: #BCBCBC. Windows color (decimal): -8071223 or 13227908. OLE color: 13227908.

HSL color Cylindrical-coordinate representation of color #84D7C9: hue angle of 169.88º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D7C9 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB132215201-
CMYK0.3900.070.16
HSL169.88º50.92%68.04%-
HSV(B)169.88º38.6%84.31%-
XYZ44.3657.7264.06-
YUV188.5913587.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 215 (84.38% from 255) = 39.23%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=24.09%
G=39.23%
B=36.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322152010.3900.070.16169.8850.9268.04
Hex84D7C9270710aa3344
Octal20432731147072025263104
Binary100001001101011111001001100111011110000101010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,215,201); }

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

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

 a { background-color: rgb(132,215,201); }

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

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

 span { border-color: rgb(132,215,201); }

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