Html Css Color HEX #61B3A8 Tradewind

📋 copy color: '#61B3A8'

red 97 ◦ green 179 ◦ blue 168

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

Shades of Tradewind #61B3A8

Tints of Tradewind #61B3A8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

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

R = 21.85%
G = 40.32%
B = 37.84%

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

#61B3A8 (or 0x61B3A8) is known color: Tradewind. HEX triplet: 61, B3 and A8. RGB value is (97,179,168). Sum of RGB (Red+Green+Blue) = 97+179+168=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #61B3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B3A8 is #9E4C57. Grayscale: #999999. Windows color (decimal): -10374232 or 11055969. OLE color: 11055969.

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

Color convert

RGB 97 179 168 -
CMYK 0.46 0 0.06 0.30
HSL 171.95º 0.35% 0.54% -
HSV(B) 171.95º 0.46% 0.7% -
XYZ 28.12 37.61 42.82 -
YUV 153.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 97 179 168 0.46 0 0.06 0.30 171.95 0.35 0.54
Hex 61 B3 A8 2E 0 6 1E AC 23 36
Octal 141 263 250 56 0 6 36 254 43 66
Binary 1100001 10110011 10101000 101110 0 110 11110 10101100 100011 110110

Color Harmonies of #61B3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B3A8

Black with #61B3A8

Text Example


Text Example

White with #61B3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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