#7ADAB7

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

Shades of Downy #7ADAB7

Tints of Downy #7ADAB7

Color information

#7ADAB7 (or 0x7ADAB7) is unknown color: approx Downy. HEX triplet: 7A, DA and B7. RGB value is (122,218,183). Sum of RGB (Red+Green+Blue) = 122+218+183=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAB7 is #852548. Grayscale: #B9B9B9. Windows color (decimal): -8725833 or 12049018. OLE color: 12049018.

HSL color Cylindrical-coordinate representation of color #7ADAB7: hue angle of 158.12º 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 #7ADAB7 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB122218183-
CMYK0.4400.160.15
HSL158.12º56.47%66.67%-
HSV(B)158.12º44.04%85.49%-
XYZ41.6457.753.74-
YUV185.31126.782.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.33%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=23.33%
G=41.68%
B=34.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222181830.4400.160.15158.1256.4766.67
Hex7ADAB72C010F9e3843
Octal172332267540201723670103
Binary111101011011010101101111011000100001111100111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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