Html Css Color HEX #6AA49F Tradewind

📋 copy color: '#6AA49F'

red 106 ◦ green 164 ◦ blue 159

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

Shades of Tradewind #6AA49F

Tints of Tradewind #6AA49F

RGB

 RED value IS 106 (41.8% from 255) = 24.71%

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 24.71%
G = 38.23%
B = 37.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#6AA49F (or 0x6AA49F) is known color: Tradewind. HEX triplet: 6A, A4 and 9F. RGB value is (106,164,159). Sum of RGB (Red+Green+Blue) = 106+164+159=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA49F is #955B60. Grayscale: #929292. Windows color (decimal): -9788257 or 10462314. OLE color: 10462314.

HSL color Cylindrical-coordinate representation of color #6AA49F: hue angle of 174.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA49F is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 164 159 -
CMYK 0.35 0 0.03 0.36
HSL 174.83º 0.24% 0.53% -
HSV(B) 174.83º 0.35% 0.64% -
XYZ 25.48 32.12 37.66 -
YUV 146.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 106 164 159 0.35 0 0.03 0.36 174.83 0.24 0.53
Hex 6A A4 9F 23 0 3 24 AF 18 35
Octal 152 244 237 43 0 3 44 257 30 65
Binary 1101010 10100100 10011111 100011 0 11 100100 10101111 11000 110101

Color Harmonies of #6AA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA49F

Black with #6AA49F

Text Example


Text Example

White with #6AA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AA49F; }

 p { color: rgb(106,164,159); }

 H1.HeaderClassName
 {
   color: #6AA49F;
 }
 .AnyTagClassName
 {
   color: #6AA49F;
 }
</style>

background-color css

<style>
 a { background-color: #6AA49F; }

 a { background-color: rgb(106,164,159); }

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

border-color css

<style>
 span { border-color: #6AA49F; }

 span { border-color: rgb(106,164,159); }

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