#61B3AD

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

Shades of Tradewind #61B3AD

Tints of Tradewind #61B3AD

Color information

#61B3AD (or 0x61B3AD) is unknown color: approx Tradewind. HEX triplet: 61, B3 and AD. RGB value is (97,179,173). Sum of RGB (Red+Green+Blue) = 97+179+173=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #61B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B3AD is #9E4C52. Grayscale: #999999. Windows color (decimal): -10374227 or 11383649. OLE color: 11383649.

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

Color convert

RGB97179173-
CMYK0.4600.030.30
HSL175.61º35.04%54.12%-
HSV(B)175.61º45.81%70.2%-
XYZ28.5937.845.32-
YUV153.8138.8387.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=21.60%
G=39.87%
B=38.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971791730.4600.030.30175.6135.0454.12
Hex61B3AD2E031Eb02336
Octal1412632555603362604366
Binary110000110110011101011011011100111111010110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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