Html Css Color HEX #7ACE88 De York

📋 copy color: '#7ACE88'

red 122 ◦ green 206 ◦ blue 136

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

Shades of De York #7ACE88

Tints of De York #7ACE88

RGB

 RED value IS 122 (48.05% from 255) = 26.29%

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 26.29%
G = 44.4%
B = 29.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#7ACE88 (or 0x7ACE88) is known color: De York. HEX triplet: 7A, CE and 88. RGB value is (122,206,136). Sum of RGB (Red+Green+Blue) = 122+206+136=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE88 is #853177. Grayscale: #ADADAD. Windows color (decimal): -8728952 or 8965754. OLE color: 8965754.

HSL color Cylindrical-coordinate representation of color #7ACE88: hue angle of 130º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACE88 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 136 -
CMYK 0.41 0 0.34 0.19
HSL 130º 0.46% 0.64% -
HSV(B) 130º 0.41% 0.81% -
XYZ 34.54 50.06 31.13 -
YUV 172.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 122 206 136 0.41 0 0.34 0.19 130 0.46 0.64
Hex 7A CE 88 29 0 22 13 82 2E 40
Octal 172 316 210 51 0 42 23 202 56 100
Binary 1111010 11001110 10001000 101001 0 100010 10011 10000010 101110 1000000

Color Harmonies of #7ACE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE88

Black with #7ACE88

Text Example


Text Example

White with #7ACE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ACE88;
 }
 .AnyTagClassName
 {
   color: #7ACE88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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