Html Css Color HEX #61B2AB Tradewind

📋 copy color: '#61B2AB'

red 97 ◦ green 178 ◦ blue 171

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

Shades of Tradewind #61B2AB

Tints of Tradewind #61B2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 21.75%
G = 39.91%
B = 38.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#61B2AB (or 0x61B2AB) is known color: Tradewind. HEX triplet: 61, B2 and AB. RGB value is (97,178,171). Sum of RGB (Red+Green+Blue) = 97+178+171=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #61B2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B2AB is #9E4D54. Grayscale: #989898. Windows color (decimal): -10374485 or 11252321. OLE color: 11252321.

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

Color convert

RGB 97 178 171 -
CMYK 0.46 0 0.04 0.30
HSL 174.81º 0.34% 0.54% -
HSV(B) 174.81º 0.46% 0.7% -
XYZ 28.2 37.32 44.25 -
YUV 152.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 97 178 171 0.46 0 0.04 0.30 174.81 0.34 0.54
Hex 61 B2 AB 2E 0 4 1E AF 22 36
Octal 141 262 253 56 0 4 36 257 42 66
Binary 1100001 10110010 10101011 101110 0 100 11110 10101111 100010 110110

Color Harmonies of #61B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2AB

Black with #61B2AB

Text Example


Text Example

White with #61B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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