#61B5A9

Color #61B5A9 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #61B5A9

Tints of Tradewind #61B5A9

Color information

#61B5A9 (or 0x61B5A9) is unknown color: approx Tradewind. HEX triplet: 61, B5 and A9. RGB value is (97,181,169). Sum of RGB (Red+Green+Blue) = 97+181+169=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #61B5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B5A9 is #9E4A56. Grayscale: #9A9A9A. Windows color (decimal): -10373719 or 11122017. OLE color: 11122017.

HSL color Cylindrical-coordinate representation of color #61B5A9: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B5A9 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB97181169-
CMYK0.4600.070.29
HSL171.43º36.21%54.51%-
HSV(B)171.43º46.41%70.98%-
XYZ28.6238.4543.45-
YUV154.52136.1786.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.70%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=21.70%
G=40.49%
B=37.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971811690.4600.070.29171.4336.2154.51
Hex61B5A92E071Dab2437
Octal1412652515607352534467
Binary1100001101101011010100110111001111110110101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B5A9; }

 p { color: rgb(97,181,169); }

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

<style>
 a { background-color: #61B5A9; }

 a { background-color: rgb(97,181,169); }

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

<style>
 span { border-color: #61B5A9; }

 span { border-color: rgb(97,181,169); }

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