#7ADFB5

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

Shades of Downy #7ADFB5

Tints of Downy #7ADFB5

Color information

#7ADFB5 (or 0x7ADFB5) is unknown color: approx Downy. HEX triplet: 7A, DF and B5. RGB value is (122,223,181). Sum of RGB (Red+Green+Blue) = 122+223+181=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFB5 is #85204A. Grayscale: #BCBCBC. Windows color (decimal): -8724555 or 11919226. OLE color: 11919226.

HSL color Cylindrical-coordinate representation of color #7ADFB5: hue angle of 155.05º 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 #7ADFB5 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB122223181-
CMYK0.4500.190.13
HSL155.05º61.21%67.65%-
HSV(B)155.05º45.29%87.45%-
XYZ42.7560.2553.09-
YUV188.01124.0480.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.19%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=23.19%
G=42.40%
B=34.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231810.4500.190.13155.0561.2167.65
Hex7ADFB52D013D9b3d44
Octal172337265550231523375104
Binary111101011011111101101011011010100111101100110111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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