#7AD0CB

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

Shades of Downy #7AD0CB

Tints of Downy #7AD0CB

Color information

#7AD0CB (or 0x7AD0CB) is unknown color: approx Downy. HEX triplet: 7A, D0 and CB. RGB value is (122,208,203). Sum of RGB (Red+Green+Blue) = 122+208+203=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0CB is #852F34. Grayscale: #B5B5B5. Windows color (decimal): -8728373 or 13357178. OLE color: 13357178.

HSL color Cylindrical-coordinate representation of color #7AD0CB: hue angle of 176.51º 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 #7AD0CB is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB122208203-
CMYK0.4100.020.18
HSL176.51º47.78%64.71%-
HSV(B)176.51º41.35%81.57%-
XYZ41.3653.5664.66-
YUV181.72140.0185.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.89%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=22.89%
G=39.02%
B=38.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222082030.4100.020.18176.5147.7864.71
Hex7AD0CB290212b13041
Octal17232031351022226160101
Binary1111010110100001100101110100101010010101100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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