Html Css Color HEX #7AD7B9 Downy

📋 copy color: '#7AD7B9'

red 122 ◦ green 215 ◦ blue 185

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

Shades of Downy #7AD7B9

Tints of Downy #7AD7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

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

R = 23.37%
G = 41.19%
B = 35.44%

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

#7AD7B9 (or 0x7AD7B9) is known color: Downy. HEX triplet: 7A, D7 and B9. RGB value is (122,215,185). Sum of RGB (Red+Green+Blue) = 122+215+185=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD7B9 is #852846. Grayscale: #B7B7B7. Windows color (decimal): -8726599 or 12179322. OLE color: 12179322.

HSL color Cylindrical-coordinate representation of color #7AD7B9: hue angle of 160.65º degrees, saturation: 0.54, 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 #7AD7B9 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 215 185 -
CMYK 0.43 0 0.14 0.16
HSL 160.65º 0.54% 0.66% -
HSV(B) 160.65º 0.43% 0.84% -
XYZ 41.08 56.24 54.59 -
YUV 183.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 122 215 185 0.43 0 0.14 0.16 160.65 0.54 0.66
Hex 7A D7 B9 2B 0 E 10 A1 36 42
Octal 172 327 271 53 0 16 20 241 66 102
Binary 1111010 11010111 10111001 101011 0 1110 10000 10100001 110110 1000010

Color Harmonies of #7AD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD7B9

Black with #7AD7B9

Text Example


Text Example

White with #7AD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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