#84D6CE

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

Shades of Riptide #84D6CE

Tints of Riptide #84D6CE

Color information

#84D6CE (or 0x84D6CE) is unknown color: approx Riptide. HEX triplet: 84, D6 and CE. RGB value is (132,214,206). Sum of RGB (Red+Green+Blue) = 132+214+206=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6CE is #7B2931. Grayscale: #BCBCBC. Windows color (decimal): -8071474 or 13555332. OLE color: 13555332.

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

Color convert

RGB132214206-
CMYK0.3800.040.16
HSL174.15º50%67.84%-
HSV(B)174.15º38.32%83.92%-
XYZ44.757.4567.13-
YUV188.57137.8387.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=23.91%
G=38.77%
B=37.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322142060.3800.040.16174.155067.84
Hex84D6CE260410ae3244
Octal20432631646042025662104
Binary100001001101011011001110100110010010000101011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,206); }

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

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

 a { background-color: rgb(132,214,206); }

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

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

 span { border-color: rgb(132,214,206); }

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