Html Css Color HEX #7AD894 De York

📋 copy color: '#7AD894'

red 122 ◦ green 216 ◦ blue 148

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

Shades of De York #7AD894

Tints of De York #7AD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 25.1%
G = 44.44%
B = 30.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#7AD894 (or 0x7AD894) is known color: De York. HEX triplet: 7A, D8 and 94. RGB value is (122,216,148). Sum of RGB (Red+Green+Blue) = 122+216+148=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD894 is #85276B. Grayscale: #B4B4B4. Windows color (decimal): -8726380 or 9754746. OLE color: 9754746.

HSL color Cylindrical-coordinate representation of color #7AD894: hue angle of 136.6º 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 #7AD894 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 216 148 -
CMYK 0.44 0 0.31 0.15
HSL 136.6º 0.55% 0.66% -
HSV(B) 136.6º 0.44% 0.85% -
XYZ 37.93 55.39 36.71 -
YUV 180.14 109.86 86.53 -
System Red Green Blue C M Y K H S L
Decimal 122 216 148 0.44 0 0.31 0.15 136.6 0.55 0.66
Hex 7A D8 94 2C 0 1F F 89 37 42
Octal 172 330 224 54 0 37 17 211 67 102
Binary 1111010 11011000 10010100 101100 0 11111 1111 10001001 110111 1000010

Color Harmonies of #7AD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD894

Black with #7AD894

Text Example


Text Example

White with #7AD894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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