Html Css Color HEX #7AD6B9 Downy

📋 copy color: '#7AD6B9'

red 122 ◦ green 214 ◦ blue 185

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

Shades of Downy #7AD6B9

Tints of Downy #7AD6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 23.42%
G = 41.07%
B = 35.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#7AD6B9 (or 0x7AD6B9) is known color: Downy. HEX triplet: 7A, D6 and B9. RGB value is (122,214,185). Sum of RGB (Red+Green+Blue) = 122+214+185=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6B9 is #852946. Grayscale: #B7B7B7. Windows color (decimal): -8726855 or 12179066. OLE color: 12179066.

HSL color Cylindrical-coordinate representation of color #7AD6B9: hue angle of 161.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6B9 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 185 -
CMYK 0.43 0 0.14 0.16
HSL 161.09º 0.53% 0.66% -
HSV(B) 161.09º 0.43% 0.84% -
XYZ 40.83 55.73 54.5 -
YUV 183.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 122 214 185 0.43 0 0.14 0.16 161.09 0.53 0.66
Hex 7A D6 B9 2B 0 E 10 A1 35 42
Octal 172 326 271 53 0 16 20 241 65 102
Binary 1111010 11010110 10111001 101011 0 1110 10000 10100001 110101 1000010

Color Harmonies of #7AD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD6B9

Black with #7AD6B9

Text Example


Text Example

White with #7AD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,214,185); }

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

background-color css

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

 a { background-color: rgb(122,214,185); }

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

border-color css

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

 span { border-color: rgb(122,214,185); }

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