Html Css Color HEX #7ACE93 De York

📋 copy color: '#7ACE93'

red 122 ◦ green 206 ◦ blue 147

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

Shades of De York #7ACE93

Tints of De York #7ACE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 25.68%
G = 43.37%
B = 30.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#7ACE93 (or 0x7ACE93) is known color: De York. HEX triplet: 7A, CE and 93. RGB value is (122,206,147). Sum of RGB (Red+Green+Blue) = 122+206+147=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE93 is #85316C. Grayscale: #AEAEAE. Windows color (decimal): -8728941 or 9686650. OLE color: 9686650.

HSL color Cylindrical-coordinate representation of color #7ACE93: hue angle of 137.86º 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 #7ACE93 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 147 -
CMYK 0.41 0 0.29 0.19
HSL 137.86º 0.46% 0.64% -
HSV(B) 137.86º 0.41% 0.81% -
XYZ 35.36 50.39 35.47 -
YUV 174.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 122 206 147 0.41 0 0.29 0.19 137.86 0.46 0.64
Hex 7A CE 93 29 0 1D 13 8A 2E 40
Octal 172 316 223 51 0 35 23 212 56 100
Binary 1111010 11001110 10010011 101001 0 11101 10011 10001010 101110 1000000

Color Harmonies of #7ACE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE93

Black with #7ACE93

Text Example


Text Example

White with #7ACE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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