#61BAB1

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

Shades of Tradewind #61BAB1

Tints of Tradewind #61BAB1

Color information

#61BAB1 (or 0x61BAB1) is unknown color: approx Tradewind. HEX triplet: 61, BA and B1. RGB value is (97,186,177). Sum of RGB (Red+Green+Blue) = 97+186+177=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAB1 is #9E454E. Grayscale: #9E9E9E. Windows color (decimal): -10372431 or 11647585. OLE color: 11647585.

HSL color Cylindrical-coordinate representation of color #61BAB1: hue angle of 173.93º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAB1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB97186177-
CMYK0.4800.050.27
HSL173.93º39.21%55.49%-
HSV(B)173.93º47.85%72.94%-
XYZ30.4240.8347.87-
YUV158.36138.5184.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=21.09%
G=40.43%
B=38.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861770.4800.050.27173.9339.2155.49
Hex61BAB130051Bae2737
Octal1412722616005332564767
Binary1100001101110101011000111000001011101110101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,177); }

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

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

 a { background-color: rgb(97,186,177); }

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

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

 span { border-color: rgb(97,186,177); }

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