#7AD0BA

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

Shades of Downy #7AD0BA

Tints of Downy #7AD0BA

Color information

#7AD0BA (or 0x7AD0BA) is unknown color: approx Downy. HEX triplet: 7A, D0 and BA. RGB value is (122,208,186). Sum of RGB (Red+Green+Blue) = 122+208+186=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0BA is #852F45. Grayscale: #B3B3B3. Windows color (decimal): -8728390 or 12243066. OLE color: 12243066.

HSL color Cylindrical-coordinate representation of color #7AD0BA: hue angle of 164.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD0BA is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB122208186-
CMYK0.4100.110.18
HSL164.65º47.78%64.71%-
HSV(B)164.65º41.35%81.57%-
XYZ39.4452.7954.57-
YUV179.78131.5186.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.64%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=23.64%
G=40.31%
B=36.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222081860.4100.110.18164.6547.7864.71
Hex7AD0BA290B12a53041
Octal172320272510132224560101
Binary111101011010000101110101010010101110010101001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,208,186); }

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

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

 a { background-color: rgb(122,208,186); }

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

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

 span { border-color: rgb(122,208,186); }

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