Html Css Color HEX #61B2A9 Tradewind

📋 copy color: '#61B2A9'

red 97 ◦ green 178 ◦ blue 169

#61B2A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #61B2A9

Tints of Tradewind #61B2A9

RGB

 RED value IS 97 (38.28% from 255) = 21.85%

 GREEN value IS 178 (69.92% from 255) = 40.09%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 21.85%
G = 40.09%
B = 38.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#61B2A9 (or 0x61B2A9) is known color: Tradewind. HEX triplet: 61, B2 and A9. RGB value is (97,178,169). Sum of RGB (Red+Green+Blue) = 97+178+169=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #61B2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B2A9 is #9E4D56. Grayscale: #989898. Windows color (decimal): -10374487 or 11121249. OLE color: 11121249.

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

Color convert

RGB 97 178 169 -
CMYK 0.46 0 0.05 0.30
HSL 173.33º 0.34% 0.54% -
HSV(B) 173.33º 0.46% 0.7% -
XYZ 28.01 37.25 43.25 -
YUV 152.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 97 178 169 0.46 0 0.05 0.30 173.33 0.34 0.54
Hex 61 B2 A9 2E 0 5 1E AD 22 36
Octal 141 262 251 56 0 5 36 255 42 66
Binary 1100001 10110010 10101001 101110 0 101 11110 10101101 100010 110110

Color Harmonies of #61B2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2A9

Black with #61B2A9

Text Example


Text Example

White with #61B2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,178,169); }

 H1.HeaderClassName
 {
   color: #61B2A9;
 }
 .AnyTagClassName
 {
   color: #61B2A9;
 }
</style>

background-color css

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

 a { background-color: rgb(97,178,169); }

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

border-color css

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

 span { border-color: rgb(97,178,169); }

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