#84D8C5

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

Shades of Riptide #84D8C5

Tints of Riptide #84D8C5

Color information

#84D8C5 (or 0x84D8C5) is unknown color: approx Riptide. HEX triplet: 84, D8 and C5. RGB value is (132,216,197). Sum of RGB (Red+Green+Blue) = 132+216+197=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8C5 is #7B273A. Grayscale: #BCBCBC. Windows color (decimal): -8070971 or 12966020. OLE color: 12966020.

HSL color Cylindrical-coordinate representation of color #84D8C5: hue angle of 166.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8C5 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB132216197-
CMYK0.3900.090.15
HSL166.43º51.85%68.24%-
HSV(B)166.43º38.89%84.71%-
XYZ44.1558.0561.7-
YUV188.72132.6787.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.22%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=24.22%
G=39.63%
B=36.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161970.3900.090.15166.4351.8568.24
Hex84D8C52709Fa63444
Octal204330305470111724664104
Binary100001001101100011000101100111010011111101001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,216,197); }

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

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

 a { background-color: rgb(132,216,197); }

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

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

 span { border-color: rgb(132,216,197); }

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