#82CA8F

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

Shades of De York #82CA8F

Tints of De York #82CA8F

Color information

#82CA8F (or 0x82CA8F) is unknown color: approx De York. HEX triplet: 82, CA and 8F. RGB value is (130,202,143). Sum of RGB (Red+Green+Blue) = 130+202+143=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA8F is #7D3570. Grayscale: #ADADAD. Windows color (decimal): -8205681 or 9423490. OLE color: 9423490.

HSL color Cylindrical-coordinate representation of color #82CA8F: hue angle of 130.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA8F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB130202143-
CMYK0.3600.290.21
HSL130.83º40.45%65.1%-
HSV(B)130.83º35.64%79.22%-
XYZ35.2848.9733.58-
YUV173.75110.6596.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=27.37%
G=42.53%
B=30.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021430.3600.290.21130.8340.4565.1
Hex82CA8F2401D15832841
Octal202312217440352520350101
Binary10000010110010101000111110010001110110101100000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,143); }

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

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

 a { background-color: rgb(130,202,143); }

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

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

 span { border-color: rgb(130,202,143); }

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