#7AD5C4

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

Shades of Downy #7AD5C4

Tints of Downy #7AD5C4

Color information

#7AD5C4 (or 0x7AD5C4) is unknown color: approx Downy. HEX triplet: 7A, D5 and C4. RGB value is (122,213,196). Sum of RGB (Red+Green+Blue) = 122+213+196=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5C4 is #852A3B. Grayscale: #B7B7B7. Windows color (decimal): -8727100 or 12899706. OLE color: 12899706.

HSL color Cylindrical-coordinate representation of color #7AD5C4: hue angle of 168.79º degrees, saturation: 0.52, 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 #7AD5C4 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB122213196-
CMYK0.4300.080.16
HSL168.79º52%65.69%-
HSV(B)168.79º42.72%83.53%-
XYZ41.7855.7160.78-
YUV183.85134.8583.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.98%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=22.98%
G=40.11%
B=36.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222131960.4300.080.16168.795265.69
Hex7AD5C42B0810a93442
Octal172325304530102025164102
Binary111101011010101110001001010110100010000101010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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