#7ADFB3

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

Shades of Downy #7ADFB3

Tints of Downy #7ADFB3

Color information

#7ADFB3 (or 0x7ADFB3) is unknown color: approx Downy. HEX triplet: 7A, DF and B3. RGB value is (122,223,179). Sum of RGB (Red+Green+Blue) = 122+223+179=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFB3 is #85204C. Grayscale: #BBBBBB. Windows color (decimal): -8724557 or 11788154. OLE color: 11788154.

HSL color Cylindrical-coordinate representation of color #7ADFB3: hue angle of 153.86º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFB3 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB122223179-
CMYK0.4500.200.13
HSL153.86º61.21%67.65%-
HSV(B)153.86º45.29%87.45%-
XYZ42.5560.1752.02-
YUV187.78123.0481.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.28%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=23.28%
G=42.56%
B=34.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231790.4500.200.13153.8661.2167.65
Hex7ADFB32D014D9a3d44
Octal172337263550241523275104
Binary111101011011111101100111011010101001101100110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,223,179); }

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

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

 a { background-color: rgb(122,223,179); }

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

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

 span { border-color: rgb(122,223,179); }

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