#84CACB

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

Shades of Spray #84CACB

Tints of Spray #84CACB

Color information

#84CACB (or 0x84CACB) is unknown color: approx Spray. HEX triplet: 84, CA and CB. RGB value is (132,202,203). Sum of RGB (Red+Green+Blue) = 132+202+203=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #84CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CACB is #7B3534. Grayscale: #B5B5B5. Windows color (decimal): -8074549 or 13355652. OLE color: 13355652.

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

Color convert

RGB132202203-
CMYK0.350.0000.20
HSL180.85º40.57%65.69%-
HSV(B)180.85º34.98%79.61%-
XYZ41.4251.4664.25-
YUV181.18140.3192.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=24.58%
G=37.62%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322022030.350.0000.20180.8540.5765.69
Hex84CACB230014b52942
Octal20431231343002426551102
Binary1000010011001010110010111000110010100101101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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