#61B3A7

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

Shades of Tradewind #61B3A7

Tints of Tradewind #61B3A7

Color information

#61B3A7 (or 0x61B3A7) is unknown color: approx Tradewind. HEX triplet: 61, B3 and A7. RGB value is (97,179,167). Sum of RGB (Red+Green+Blue) = 97+179+167=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #61B3A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B3A7 is #9E4C58. Grayscale: #999999. Windows color (decimal): -10374233 or 10990433. OLE color: 10990433.

HSL color Cylindrical-coordinate representation of color #61B3A7: hue angle of 171.22º degrees, saturation: 0.35, 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 #61B3A7 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB97179167-
CMYK0.4600.070.30
HSL171.22º35.04%54.12%-
HSV(B)171.22º45.81%70.2%-
XYZ28.0237.5742.33-
YUV153.11135.8387.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 167 (65.62% from 255) = 37.70%
R=21.90%
G=40.41%
B=37.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971791670.4600.070.30171.2235.0454.12
Hex61B3A72E071Eab2336
Octal1412632475607362534366
Binary1100001101100111010011110111001111111010101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,179,167); }

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

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

 a { background-color: rgb(97,179,167); }

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

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

 span { border-color: rgb(97,179,167); }

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