#84DFCB

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

Shades of Riptide #84DFCB

Tints of Riptide #84DFCB

Color information

#84DFCB (or 0x84DFCB) is unknown color: approx Riptide. HEX triplet: 84, DF and CB. RGB value is (132,223,203). Sum of RGB (Red+Green+Blue) = 132+223+203=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFCB is #7B2034. Grayscale: #C1C1C1. Windows color (decimal): -8069173 or 13361028. OLE color: 13361028.

HSL color Cylindrical-coordinate representation of color #84DFCB: hue angle of 166.81º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFCB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB132223203-
CMYK0.4100.090.13
HSL166.81º58.71%69.61%-
HSV(B)166.81º40.81%87.45%-
XYZ46.6861.9966.01-
YUV193.51133.3584.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=23.66%
G=39.96%
B=36.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322232030.4100.090.13166.8158.7169.61
Hex84DFCB2909Da73b46
Octal204337313510111524773106
Binary100001001101111111001011101001010011101101001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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