#84CDCD

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

Shades of Spray #84CDCD

Tints of Spray #84CDCD

Color information

#84CDCD (or 0x84CDCD) is unknown color: approx Spray. HEX triplet: 84, CD and CD. RGB value is (132,205,205). Sum of RGB (Red+Green+Blue) = 132+205+205=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #84CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDCD is #7B3232. Grayscale: #B7B7B7. Windows color (decimal): -8073779 or 13487492. OLE color: 13487492.

HSL color Cylindrical-coordinate representation of color #84CDCD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDCD is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132205205-
CMYK0.36000.20
HSL180º42.2%66.08%-
HSV(B)180º35.61%80.39%-
XYZ42.3752.9865.75-
YUV183.17140.3291.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.35%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=24.35%
G=37.82%
B=37.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322052050.36000.2018042.266.08
Hex84CDCD240014b42a42
Octal20431531544002426452102
Binary1000010011001101110011011001000010100101101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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