Html Css Color HEX #6AA29A Tradewind

📋 copy color: '#6AA29A'

red 106 ◦ green 162 ◦ blue 154

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

Shades of Tradewind #6AA29A

Tints of Tradewind #6AA29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 25.12%
G = 38.39%
B = 36.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#6AA29A (or 0x6AA29A) is known color: Tradewind. HEX triplet: 6A, A2 and 9A. RGB value is (106,162,154). Sum of RGB (Red+Green+Blue) = 106+162+154=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA29A is #955D65. Grayscale: #909090. Windows color (decimal): -9788774 or 10134122. OLE color: 10134122.

HSL color Cylindrical-coordinate representation of color #6AA29A: hue angle of 171.43º degrees, saturation: 0.23, 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 #6AA29A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 162 154 -
CMYK 0.35 0 0.05 0.36
HSL 171.43º 0.23% 0.53% -
HSV(B) 171.43º 0.35% 0.64% -
XYZ 24.7 31.24 35.3 -
YUV 144.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 106 162 154 0.35 0 0.05 0.36 171.43 0.23 0.53
Hex 6A A2 9A 23 0 5 24 AB 17 35
Octal 152 242 232 43 0 5 44 253 27 65
Binary 1101010 10100010 10011010 100011 0 101 100100 10101011 10111 110101

Color Harmonies of #6AA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA29A

Black with #6AA29A

Text Example


Text Example

White with #6AA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,162,154); }

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

background-color css

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

 a { background-color: rgb(106,162,154); }

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

border-color css

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

 span { border-color: rgb(106,162,154); }

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