#84D5CB

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

Shades of Riptide #84D5CB

Tints of Riptide #84D5CB

Color information

#84D5CB (or 0x84D5CB) is unknown color: approx Riptide. HEX triplet: 84, D5 and CB. RGB value is (132,213,203). Sum of RGB (Red+Green+Blue) = 132+213+203=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D5CB is #7B2A34. Grayscale: #BBBBBB. Windows color (decimal): -8071733 or 13358468. OLE color: 13358468.

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

Color convert

RGB132213203-
CMYK0.3800.050.16
HSL172.59º49.09%67.65%-
HSV(B)172.59º38.03%83.53%-
XYZ44.0956.8165.14-
YUV187.64136.6688.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=24.09%
G=38.87%
B=37.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322132030.3800.050.16172.5949.0967.65
Hex84D5CB260510ad3144
Octal20432531346052025561104
Binary100001001101010111001011100110010110000101011011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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