Html Css Color HEX #61B4A8 Tradewind

📋 copy color: '#61B4A8'

red 97 ◦ green 180 ◦ blue 168

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

Shades of Tradewind #61B4A8

Tints of Tradewind #61B4A8

RGB

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

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

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

R = 21.8%
G = 40.45%
B = 37.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#61B4A8 (or 0x61B4A8) is known color: Tradewind. HEX triplet: 61, B4 and A8. RGB value is (97,180,168). Sum of RGB (Red+Green+Blue) = 97+180+168=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4A8 is #9E4B57. Grayscale: #999999. Windows color (decimal): -10373976 or 11056225. OLE color: 11056225.

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

Color convert

RGB 97 180 168 -
CMYK 0.46 0 0.07 0.29
HSL 171.33º 0.36% 0.54% -
HSV(B) 171.33º 0.46% 0.71% -
XYZ 28.32 38.01 42.89 -
YUV 153.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 97 180 168 0.46 0 0.07 0.29 171.33 0.36 0.54
Hex 61 B4 A8 2E 0 7 1D AB 24 36
Octal 141 264 250 56 0 7 35 253 44 66
Binary 1100001 10110100 10101000 101110 0 111 11101 10101011 100100 110110

Color Harmonies of #61B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B4A8

Black with #61B4A8

Text Example


Text Example

White with #61B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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