#61ABA1

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

Shades of Tradewind #61ABA1

Tints of Tradewind #61ABA1

Color information

#61ABA1 (or 0x61ABA1) is unknown color: approx Tradewind. HEX triplet: 61, AB and A1. RGB value is (97,171,161). Sum of RGB (Red+Green+Blue) = 97+171+161=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #61ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABA1 is #9E545E. Grayscale: #939393. Windows color (decimal): -10376287 or 10595169. OLE color: 10595169.

HSL color Cylindrical-coordinate representation of color #61ABA1: hue angle of 171.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61ABA1 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB97171161-
CMYK0.4300.060.33
HSL171.89º30.58%52.55%-
HSV(B)171.89º43.27%67.06%-
XYZ25.9334.2438.96-
YUV147.73135.4891.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=22.61%
G=39.86%
B=37.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711610.4300.060.33171.8930.5852.55
Hex61ABA12B0621ac1f35
Octal1412532415306412543765
Binary1100001101010111010000110101101101000011010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,171,161); }

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

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

 a { background-color: rgb(97,171,161); }

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

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

 span { border-color: rgb(97,171,161); }

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