#7AD0C7

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

Shades of Downy #7AD0C7

Tints of Downy #7AD0C7

Color information

#7AD0C7 (or 0x7AD0C7) is unknown color: approx Downy. HEX triplet: 7A, D0 and C7. RGB value is (122,208,199). Sum of RGB (Red+Green+Blue) = 122+208+199=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0C7 is #852F38. Grayscale: #B5B5B5. Windows color (decimal): -8728377 or 13095034. OLE color: 13095034.

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

Color convert

RGB122208199-
CMYK0.4100.040.18
HSL173.72º47.78%64.71%-
HSV(B)173.72º41.35%81.57%-
XYZ40.8953.3762.18-
YUV181.26138.0185.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=23.06%
G=39.32%
B=37.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222081990.4100.040.18173.7247.7864.71
Hex7AD0C7290412ae3041
Octal17232030751042225660101
Binary11110101101000011000111101001010010010101011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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