#84DDDD

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

Shades of Spray #84DDDD

Tints of Spray #84DDDD

Color information

#84DDDD (or 0x84DDDD) is unknown color: approx Spray. HEX triplet: 84, DD and DD. RGB value is (132,221,221). Sum of RGB (Red+Green+Blue) = 132+221+221=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #84DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDDD is #7B2222. Grayscale: #C2C2C2. Windows color (decimal): -8069667 or 14540164. OLE color: 14540164.

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

Color convert

RGB132221221-
CMYK0.40000.13
HSL180º56.69%69.22%-
HSV(B)180º40.27%86.67%-
XYZ48.4261.8477.79-
YUV194.39143.0183.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.00%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=23.00%
G=38.50%
B=38.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322212210.40000.1318056.6969.22
Hex84DDDD2800Db43945
Octal20433533550001526471105
Binary100001001101110111011101101000001101101101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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