#84D6CF

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

Shades of Riptide #84D6CF

Tints of Riptide #84D6CF

Color information

#84D6CF (or 0x84D6CF) is unknown color: approx Riptide. HEX triplet: 84, D6 and CF. RGB value is (132,214,207). Sum of RGB (Red+Green+Blue) = 132+214+207=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6CF is #7B2930. Grayscale: #BCBCBC. Windows color (decimal): -8071473 or 13620868. OLE color: 13620868.

HSL color Cylindrical-coordinate representation of color #84D6CF: hue angle of 174.88º 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 #84D6CF is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB132214207-
CMYK0.3800.030.16
HSL174.88º50%67.84%-
HSV(B)174.88º38.32%83.92%-
XYZ44.8257.567.77-
YUV188.68138.3387.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=23.87%
G=38.70%
B=37.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322142070.3800.030.16174.885067.84
Hex84D6CF260310af3244
Octal20432631746032025762104
Binary10000100110101101100111110011001110000101011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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