#7dbe86

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

Shades of De York #7DBE86

Tints of De York #7DBE86

Color information

#7DBE86 (or 0x7DBE86) is unknown color: approx De York. HEX triplet: 7D, BE and 86. RGB value is (125,190,134). Sum of RGB (Red+Green+Blue) = 125+190+134=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE86 is #824179. Grayscale: #A4A4A4. Windows color (decimal): -8536442 or 8830589. OLE color: 8830589.

HSL color Cylindrical-coordinate representation of color #7DBE86: hue angle of 128.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE86 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB125190134-
CMYK0.3400.290.25
HSL128.31º33.33%61.76%-
HSV(B)128.31º34.21%74.51%-
XYZ31.1742.9129.19-
YUV164.18110.97100.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.84%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=27.84%
G=42.32%
B=29.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901340.3400.290.25128.3133.3361.76
Hex7DBE862201D1980213e
Octal17527620642035312004176
Binary111110110111110100001101000100111011100110000000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dbe86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7dbe86; }

 p { color: rgb(125,190,134); }

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

<style>
 a { background-color: #7dbe86; }

 a { background-color: rgb(125,190,134); }

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

<style>
 span { border-color: #7dbe86; }

 span { border-color: rgb(125,190,134); }

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