#7ADCB6

Color #7ADCB6 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #7ADCB6

Tints of Downy #7ADCB6

Color information

#7ADCB6 (or 0x7ADCB6) is unknown color: approx Downy. HEX triplet: 7A, DC and B6. RGB value is (122,220,182). Sum of RGB (Red+Green+Blue) = 122+220+182=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCB6 is #852349. Grayscale: #BABABA. Windows color (decimal): -8725322 or 11983994. OLE color: 11983994.

HSL color Cylindrical-coordinate representation of color #7ADCB6: hue angle of 156.73º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCB6 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB122220182-
CMYK0.4500.170.14
HSL156.73º58.33%67.06%-
HSV(B)156.73º44.55%86.27%-
XYZ42.0658.753.37-
YUV186.37125.5382.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.28%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=23.28%
G=41.98%
B=34.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222201820.4500.170.14156.7358.3367.06
Hex7ADCB62D011E9d3a43
Octal172334266550211623572103
Binary111101011011100101101101011010100011110100111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,182); }

 H1.HeaderClassName
 {
   color: #7ADCB6;
 }
 .AnyTagClassName
 {
   color: #7ADCB6;
 }
</style>
background-color css

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

 a { background-color: rgb(122,220,182); }

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

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

 span { border-color: rgb(122,220,182); }

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