#7ADAB6

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

Shades of Downy #7ADAB6

Tints of Downy #7ADAB6

Color information

#7ADAB6 (or 0x7ADAB6) is unknown color: approx Downy. HEX triplet: 7A, DA and B6. RGB value is (122,218,182). Sum of RGB (Red+Green+Blue) = 122+218+182=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAB6 is #852549. Grayscale: #B9B9B9. Windows color (decimal): -8725834 or 11983482. OLE color: 11983482.

HSL color Cylindrical-coordinate representation of color #7ADAB6: hue angle of 157.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAB6 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB122218182-
CMYK0.4400.170.15
HSL157.5º56.47%66.67%-
HSV(B)157.5º44.04%85.49%-
XYZ41.5457.6653.2-
YUV185.19126.282.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=23.37%
G=41.76%
B=34.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222181820.4400.170.15157.556.4766.67
Hex7ADAB62C011F9e3843
Octal172332266540211723670103
Binary111101011011010101101101011000100011111100111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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