#7ADDBA

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

Shades of Downy #7ADDBA

Tints of Downy #7ADDBA

Color information

#7ADDBA (or 0x7ADDBA) is unknown color: approx Downy. HEX triplet: 7A, DD and BA. RGB value is (122,221,186). Sum of RGB (Red+Green+Blue) = 122+221+186=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBA is #852245. Grayscale: #BBBBBB. Windows color (decimal): -8725062 or 12246394. OLE color: 12246394.

HSL color Cylindrical-coordinate representation of color #7ADDBA: hue angle of 158.79º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDBA is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB122221186-
CMYK0.4500.160.13
HSL158.79º59.28%67.25%-
HSV(B)158.79º44.8%86.67%-
XYZ42.7559.455.67-
YUV187.41127.281.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=23.06%
G=41.78%
B=35.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211860.4500.160.13158.7959.2867.25
Hex7ADDBA2D010D9f3b43
Octal172335272550201523773103
Binary111101011011101101110101011010100001101100111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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