#82C7CD

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

Shades of Spray #82C7CD

Tints of Spray #82C7CD

Color information

#82C7CD (or 0x82C7CD) is unknown color: approx Spray. HEX triplet: 82, C7 and CD. RGB value is (130,199,205). Sum of RGB (Red+Green+Blue) = 130+199+205=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #82C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C7CD is #7D3832. Grayscale: #B2B2B2. Windows color (decimal): -8206387 or 13485954. OLE color: 13485954.

HSL color Cylindrical-coordinate representation of color #82C7CD: hue angle of 184.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82C7CD is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130199205-
CMYK0.370.0300.20
HSL184.8º42.86%65.69%-
HSV(B)184.8º36.59%80.39%-
XYZ40.655065.27-
YUV179.05142.6493.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.34%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=24.34%
G=37.27%
B=38.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301992050.370.0300.20184.842.8665.69
Hex82C7CD253014b92b42
Octal20230731545302427153102
Binary10000010110001111100110110010111010100101110011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82C7CD; }

 p { color: rgb(130,199,205); }

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

<style>
 a { background-color: #82C7CD; }

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

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

<style>
 span { border-color: #82C7CD; }

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

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