Html Css Color HEX #61B2A8 Tradewind

📋 copy color: '#61B2A8'

red 97 ◦ green 178 ◦ blue 168

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

Shades of Tradewind #61B2A8

Tints of Tradewind #61B2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 21.9%
G = 40.18%
B = 37.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#61B2A8 (or 0x61B2A8) is known color: Tradewind. HEX triplet: 61, B2 and A8. RGB value is (97,178,168). Sum of RGB (Red+Green+Blue) = 97+178+168=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #61B2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B2A8 is #9E4D57. Grayscale: #989898. Windows color (decimal): -10374488 or 11055713. OLE color: 11055713.

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

Color convert

RGB 97 178 168 -
CMYK 0.46 0 0.06 0.30
HSL 172.59º 0.34% 0.54% -
HSV(B) 172.59º 0.46% 0.7% -
XYZ 27.92 37.21 42.76 -
YUV 152.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 97 178 168 0.46 0 0.06 0.30 172.59 0.34 0.54
Hex 61 B2 A8 2E 0 6 1E AD 22 36
Octal 141 262 250 56 0 6 36 255 42 66
Binary 1100001 10110010 10101000 101110 0 110 11110 10101101 100010 110110

Color Harmonies of #61B2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2A8

Black with #61B2A8

Text Example


Text Example

White with #61B2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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