#84DDCB

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

Shades of Riptide #84DDCB

Tints of Riptide #84DDCB

Color information

#84DDCB (or 0x84DDCB) is unknown color: approx Riptide. HEX triplet: 84, DD and CB. RGB value is (132,221,203). Sum of RGB (Red+Green+Blue) = 132+221+203=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDCB is #7B2234. Grayscale: #C0C0C0. Windows color (decimal): -8069685 or 13360516. OLE color: 13360516.

HSL color Cylindrical-coordinate representation of color #84DDCB: hue angle of 167.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDCB is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB132221203-
CMYK0.4000.080.13
HSL167.87º56.69%69.22%-
HSV(B)167.87º40.27%86.67%-
XYZ46.1560.9365.83-
YUV192.34134.0184.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.74%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=23.74%
G=39.75%
B=36.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322212030.4000.080.13167.8756.6969.22
Hex84DDCB2808Da83945
Octal204335313500101525071105
Binary100001001101110111001011101000010001101101010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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