#84D8CC

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

Shades of Riptide #84D8CC

Tints of Riptide #84D8CC

Color information

#84D8CC (or 0x84D8CC) is unknown color: approx Riptide. HEX triplet: 84, D8 and CC. RGB value is (132,216,204). Sum of RGB (Red+Green+Blue) = 132+216+204=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8CC is #7B2733. Grayscale: #BDBDBD. Windows color (decimal): -8070964 or 13424772. OLE color: 13424772.

HSL color Cylindrical-coordinate representation of color #84D8CC: hue angle of 171.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 #84D8CC is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB132216204-
CMYK0.3900.060.15
HSL171.43º51.85%68.24%-
HSV(B)171.43º38.89%84.71%-
XYZ44.9758.3866.02-
YUV189.52136.1786.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=23.91%
G=39.13%
B=36.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322162040.3900.060.15171.4351.8568.24
Hex84D8CC2706Fab3444
Octal20433031447061725364104
Binary10000100110110001100110010011101101111101010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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