#84D5CD

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

Shades of Riptide #84D5CD

Tints of Riptide #84D5CD

Color information

#84D5CD (or 0x84D5CD) is unknown color: approx Riptide. HEX triplet: 84, D5 and CD. RGB value is (132,213,205). Sum of RGB (Red+Green+Blue) = 132+213+205=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D5CD is #7B2A32. Grayscale: #BBBBBB. Windows color (decimal): -8071731 or 13489540. OLE color: 13489540.

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

Color convert

RGB132213205-
CMYK0.3800.040.16
HSL174.07º49.09%67.65%-
HSV(B)174.07º38.03%83.53%-
XYZ44.3356.966.4-
YUV187.87137.6688.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=24%
G=38.73%
B=37.27%

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
Decimal1322132050.3800.040.16174.0749.0967.65
Hex84D5CD260410ae3144
Octal20432531546042025661104
Binary100001001101010111001101100110010010000101011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,213,205); }

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

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

 a { background-color: rgb(132,213,205); }

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

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

 span { border-color: rgb(132,213,205); }

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