#84D2CF

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

Shades of Riptide #84D2CF

Tints of Riptide #84D2CF

Color information

#84D2CF (or 0x84D2CF) is unknown color: approx Riptide. HEX triplet: 84, D2 and CF. RGB value is (132,210,207). Sum of RGB (Red+Green+Blue) = 132+210+207=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2CF is #7B2D30. Grayscale: #BABABA. Windows color (decimal): -8072497 or 13619844. OLE color: 13619844.

HSL color Cylindrical-coordinate representation of color #84D2CF: hue angle of 177.69º degrees, saturation: 0.46, 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 #84D2CF is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB132210207-
CMYK0.3700.010.18
HSL177.69º46.43%67.06%-
HSV(B)177.69º37.14%82.35%-
XYZ43.8255.567.43-
YUV186.34139.6689.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.04%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=24.04%
G=38.25%
B=37.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322102070.3700.010.18177.6946.4367.06
Hex84D2CF250112b22e43
Octal20432231745012226256103
Binary1000010011010010110011111001010110010101100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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