#84D0CF

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

Shades of Riptide #84D0CF

Tints of Riptide #84D0CF

Color information

#84D0CF (or 0x84D0CF) is unknown color: approx Riptide. HEX triplet: 84, D0 and CF. RGB value is (132,208,207). Sum of RGB (Red+Green+Blue) = 132+208+207=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0CF is #7B2F30. Grayscale: #B9B9B9. Windows color (decimal): -8073009 or 13619332. OLE color: 13619332.

HSL color Cylindrical-coordinate representation of color #84D0CF: hue angle of 179.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0CF is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB132208207-
CMYK0.3700.000.18
HSL179.21º44.71%66.67%-
HSV(B)179.21º36.54%81.57%-
XYZ43.3354.5267.27-
YUV185.16140.3290.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=24.13%
G=38.03%
B=37.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322082070.3700.000.18179.2144.7166.67
Hex84D0CF250012b32d43
Octal20432031745002226355103
Binary1000010011010000110011111001010010010101100111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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