#84D4CC

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

Shades of Riptide #84D4CC

Tints of Riptide #84D4CC

Color information

#84D4CC (or 0x84D4CC) is unknown color: approx Riptide. HEX triplet: 84, D4 and CC. RGB value is (132,212,204). Sum of RGB (Red+Green+Blue) = 132+212+204=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #84D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D4CC is #7B2B33. Grayscale: #BBBBBB. Windows color (decimal): -8071988 or 13423748. OLE color: 13423748.

HSL color Cylindrical-coordinate representation of color #84D4CC: hue angle of 174º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D4CC is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB132212204-
CMYK0.3800.040.17
HSL174º48.19%67.45%-
HSV(B)174º37.74%83.14%-
XYZ43.9656.3565.69-
YUV187.17137.588.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=24.09%
G=38.69%
B=37.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1322122040.3800.040.1717448.1967.45
Hex84D4CC260411ae3043
Octal20432431446042125660103
Binary100001001101010011001100100110010010001101011101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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