#84DFCA

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

Shades of Riptide #84DFCA

Tints of Riptide #84DFCA

Color information

#84DFCA (or 0x84DFCA) is unknown color: approx Riptide. HEX triplet: 84, DF and CA. RGB value is (132,223,202). Sum of RGB (Red+Green+Blue) = 132+223+202=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFCA is #7B2035. Grayscale: #C1C1C1. Windows color (decimal): -8069174 or 13295492. OLE color: 13295492.

HSL color Cylindrical-coordinate representation of color #84DFCA: hue angle of 166.15º 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 #84DFCA is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB132223202-
CMYK0.4100.090.13
HSL166.15º58.71%69.61%-
HSV(B)166.15º40.81%87.45%-
XYZ46.5661.9565.38-
YUV193.4132.8584.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=23.70%
G=40.04%
B=36.27%

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
Decimal1322232020.4100.090.13166.1558.7169.61
Hex84DFCA2909Da63b46
Octal204337312510111524673106
Binary100001001101111111001010101001010011101101001101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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