Html Css Color HEX #61B4AD Tradewind

📋 copy color: '#61B4AD'

red 97 ◦ green 180 ◦ blue 173

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

Shades of Tradewind #61B4AD

Tints of Tradewind #61B4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 21.56%
G = 40%
B = 38.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#61B4AD (or 0x61B4AD) is known color: Tradewind. HEX triplet: 61, B4 and AD. RGB value is (97,180,173). Sum of RGB (Red+Green+Blue) = 97+180+173=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4AD is #9E4B52. Grayscale: #9A9A9A. Windows color (decimal): -10373971 or 11383905. OLE color: 11383905.

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

Color convert

RGB 97 180 173 -
CMYK 0.46 0 0.04 0.29
HSL 174.94º 0.36% 0.54% -
HSV(B) 174.94º 0.46% 0.71% -
XYZ 28.79 38.2 45.39 -
YUV 154.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 97 180 173 0.46 0 0.04 0.29 174.94 0.36 0.54
Hex 61 B4 AD 2E 0 4 1D AF 24 36
Octal 141 264 255 56 0 4 35 257 44 66
Binary 1100001 10110100 10101101 101110 0 100 11101 10101111 100100 110110

Color Harmonies of #61B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B4AD

Black with #61B4AD

Text Example


Text Example

White with #61B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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