#61B2AA

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

Shades of Tradewind #61B2AA

Tints of Tradewind #61B2AA

Color information

#61B2AA (or 0x61B2AA) is unknown color: approx Tradewind. HEX triplet: 61, B2 and AA. RGB value is (97,178,170). Sum of RGB (Red+Green+Blue) = 97+178+170=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #61B2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B2AA is #9E4D55. Grayscale: #989898. Windows color (decimal): -10374486 or 11186785. OLE color: 11186785.

HSL color Cylindrical-coordinate representation of color #61B2AA: hue angle of 174.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B2AA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB97178170-
CMYK0.4600.040.30
HSL174.07º34.47%53.92%-
HSV(B)174.07º45.51%69.8%-
XYZ28.1137.2843.75-
YUV152.87137.6688.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=21.80%
G=40%
B=38.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971781700.4600.040.30174.0734.4753.92
Hex61B2AA2E041Eae2236
Octal1412622525604362564266
Binary1100001101100101010101010111001001111010101110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,178,170); }

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

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

 a { background-color: rgb(97,178,170); }

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

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

 span { border-color: rgb(97,178,170); }

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