Html Css Color HEX #7AC188 De York

📋 copy color: '#7AC188'

red 122 ◦ green 193 ◦ blue 136

#7AC188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7AC188

Tints of De York #7AC188

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 value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#7AC188 (or 0x7AC188) is known color: 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

RGB 122 193 136 -
CMYK 0.37 0 0.30 0.24
HSL 131.83º 0.36% 0.62% -
HSV(B) 131.83º 0.37% 0.76% -
XYZ 31.54 44.06 30.13 -
YUV 165.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 122 193 136 0.37 0 0.30 0.24 131.83 0.36 0.62
Hex 7A C1 88 25 0 1E 18 84 24 3E
Octal 172 301 210 45 0 36 30 204 44 76
Binary 1111010 11000001 10001000 100101 0 11110 11000 10000100 100100 111110

Color Harmonies of #7AC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC188

Black with #7AC188

Text Example


Text Example

White with #7AC188

Text Example


Text Example

HTML Codes & Css Web 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>