#7AD6BE

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

Shades of Downy #7AD6BE

Tints of Downy #7AD6BE

Color information

#7AD6BE (or 0x7AD6BE) is unknown color: approx Downy. HEX triplet: 7A, D6 and BE. RGB value is (122,214,190). Sum of RGB (Red+Green+Blue) = 122+214+190=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6BE is #852941. Grayscale: #B7B7B7. Windows color (decimal): -8726850 or 12506746. OLE color: 12506746.

HSL color Cylindrical-coordinate representation of color #7AD6BE: hue angle of 164.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6BE is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB122214190-
CMYK0.4300.110.16
HSL164.35º52.87%65.88%-
HSV(B)164.35º42.99%83.92%-
XYZ41.3755.9557.33-
YUV183.76131.5283.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.19%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=23.19%
G=40.68%
B=36.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222141900.4300.110.16164.3552.8765.88
Hex7AD6BE2B0B10a43542
Octal172326276530132024465102
Binary111101011010110101111101010110101110000101001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,214,190); }

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

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

 a { background-color: rgb(122,214,190); }

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

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

 span { border-color: rgb(122,214,190); }

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