#7ABC83

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

Shades of De York #7ABC83

Tints of De York #7ABC83

Color information

#7ABC83 (or 0x7ABC83) is unknown color: approx De York. HEX triplet: 7A, BC and 83. RGB value is (122,188,131). Sum of RGB (Red+Green+Blue) = 122+188+131=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC83 is #85437C. Grayscale: #A1A1A1. Windows color (decimal): -8733565 or 8633466. OLE color: 8633466.

HSL color Cylindrical-coordinate representation of color #7ABC83: hue angle of 128.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC83 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB122188131-
CMYK0.3500.300.26
HSL128.18º33%60.78%-
HSV(B)128.18º35.11%73.73%-
XYZ30.1141.7427.94-
YUV161.77110.6399.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=27.66%
G=42.63%
B=29.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881310.3500.300.26128.183360.78
Hex7ABC832301E1A80213d
Octal17227420343036322004175
Binary111101010111100100000111000110111101101010000000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,131); }

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

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

 a { background-color: rgb(122,188,131); }

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

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

 span { border-color: rgb(122,188,131); }

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