#7AD4C4

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

Shades of Downy #7AD4C4

Tints of Downy #7AD4C4

Color information

#7AD4C4 (or 0x7AD4C4) is unknown color: approx Downy. HEX triplet: 7A, D4 and C4. RGB value is (122,212,196). Sum of RGB (Red+Green+Blue) = 122+212+196=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD4C4 is #852B3B. Grayscale: #B7B7B7. Windows color (decimal): -8727356 or 12899450. OLE color: 12899450.

HSL color Cylindrical-coordinate representation of color #7AD4C4: hue angle of 169.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD4C4 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB122212196-
CMYK0.4200.080.17
HSL169.33º51.14%65.49%-
HSV(B)169.33º42.45%83.14%-
XYZ41.5355.2160.69-
YUV183.27135.1884.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.02%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=23.02%
G=40%
B=36.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222121960.4200.080.17169.3351.1465.49
Hex7AD4C42A0811a93341
Octal172324304520102125163101
Binary111101011010100110001001010100100010001101010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,212,196); }

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

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

 a { background-color: rgb(122,212,196); }

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

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

 span { border-color: rgb(122,212,196); }

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