#7AD895

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

Shades of De York #7AD895

Tints of De York #7AD895

Color information

#7AD895 (or 0x7AD895) is unknown color: approx De York. HEX triplet: 7A, D8 and 95. RGB value is (122,216,149). Sum of RGB (Red+Green+Blue) = 122+216+149=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD895 is #85276A. Grayscale: #B4B4B4. Windows color (decimal): -8726379 or 9820282. OLE color: 9820282.

HSL color Cylindrical-coordinate representation of color #7AD895: hue angle of 137.23º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD895 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB122216149-
CMYK0.4400.310.15
HSL137.23º54.65%66.27%-
HSV(B)137.23º43.52%84.71%-
XYZ38.0155.4237.13-
YUV180.26110.3686.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.05%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=25.05%
G=44.35%
B=30.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222161490.4400.310.15137.2354.6566.27
Hex7AD8952C01FF893742
Octal172330225540371721167102
Binary111101011011000100101011011000111111111100010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,216,149); }

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

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

 a { background-color: rgb(122,216,149); }

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

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

 span { border-color: rgb(122,216,149); }

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