#61B4AA

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

Shades of Tradewind #61B4AA

Tints of Tradewind #61B4AA

Color information

#61B4AA (or 0x61B4AA) is unknown color: approx Tradewind. HEX triplet: 61, B4 and AA. RGB value is (97,180,170). Sum of RGB (Red+Green+Blue) = 97+180+170=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4AA is #9E4B55. Grayscale: #999999. Windows color (decimal): -10373974 or 11187297. OLE color: 11187297.

HSL color Cylindrical-coordinate representation of color #61B4AA: hue angle of 172.77º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B4AA is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB97180170-
CMYK0.4600.060.29
HSL172.77º35.62%54.31%-
HSV(B)172.77º46.11%70.59%-
XYZ28.5138.0943.88-
YUV154.0413787.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.70%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=21.70%
G=40.27%
B=38.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801700.4600.060.29172.7735.6254.31
Hex61B4AA2E061Dad2436
Octal1412642525606352554466
Binary1100001101101001010101010111001101110110101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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