#7AC188

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

Shades of De York #7AC188

Tints of De York #7AC188

Color information

#7AC188 (or 0x7AC188) is unknown color: approx De York. HEX triplet: 7A, C1 and 88. RGB value is (122,193,136). Sum of RGB (Red+Green+Blue) = 122+193+136=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC188 is #853E77. Grayscale: #A5A5A5. Windows color (decimal): -8732280 or 8962426. OLE color: 8962426.

HSL color Cylindrical-coordinate representation of color #7AC188: hue angle of 131.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC188 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB122193136-
CMYK0.3700.300.24
HSL131.83º36.41%61.76%-
HSV(B)131.83º36.79%75.69%-
XYZ31.5444.0630.13-
YUV165.27111.4897.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 193 (75.78% from 255) = 42.79%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=27.05%
G=42.79%
B=30.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221931360.3700.300.24131.8336.4161.76
Hex7AC1882501E1884243e
Octal17230121045036302044476
Binary111101011000001100010001001010111101100010000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,193,136); }

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

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

 a { background-color: rgb(122,193,136); }

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

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

 span { border-color: rgb(122,193,136); }

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