Html Css Color HEX #7AD9B2 Downy

📋 copy color: '#7AD9B2'

red 122 ◦ green 217 ◦ blue 178

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

Shades of Downy #7AD9B2

Tints of Downy #7AD9B2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.97%

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 23.6%
G = 41.97%
B = 34.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#7AD9B2 (or 0x7AD9B2) is known color: Downy. HEX triplet: 7A, D9 and B2. RGB value is (122,217,178). Sum of RGB (Red+Green+Blue) = 122+217+178=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD9B2 is #85264D. Grayscale: #B8B8B8. Windows color (decimal): -8726094 or 11721082. OLE color: 11721082.

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

Color convert

RGB 122 217 178 -
CMYK 0.44 0 0.18 0.15
HSL 155.37º 0.56% 0.66% -
HSV(B) 155.37º 0.44% 0.85% -
XYZ 40.87 56.98 50.96 -
YUV 184.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 122 217 178 0.44 0 0.18 0.15 155.37 0.56 0.66
Hex 7A D9 B2 2C 0 12 F 9B 38 42
Octal 172 331 262 54 0 22 17 233 70 102
Binary 1111010 11011001 10110010 101100 0 10010 1111 10011011 111000 1000010

Color Harmonies of #7AD9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD9B2

Black with #7AD9B2

Text Example


Text Example

White with #7AD9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,217,178); }

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

background-color css

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

 a { background-color: rgb(122,217,178); }

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

border-color css

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

 span { border-color: rgb(122,217,178); }

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