#7AD1BA

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

Shades of Downy #7AD1BA

Tints of Downy #7AD1BA

Color information

#7AD1BA (or 0x7AD1BA) is unknown color: approx Downy. HEX triplet: 7A, D1 and BA. RGB value is (122,209,186). Sum of RGB (Red+Green+Blue) = 122+209+186=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD1BA is #852E45. Grayscale: #B4B4B4. Windows color (decimal): -8728134 or 12243322. OLE color: 12243322.

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

Color convert

RGB122209186-
CMYK0.4200.110.18
HSL164.14º48.6%64.9%-
HSV(B)164.14º41.63%81.96%-
XYZ39.6953.2854.65-
YUV180.36131.1886.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=23.60%
G=40.43%
B=35.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222091860.4200.110.18164.1448.664.9
Hex7AD1BA2A0B12a43141
Octal172321272520132224461101
Binary111101011010001101110101010100101110010101001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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