Html Css Color HEX #6CA29B Tradewind

📋 copy color: '#6CA29B'

red 108 ◦ green 162 ◦ blue 155

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

Shades of Tradewind #6CA29B

Tints of Tradewind #6CA29B

RGB

 RED value IS 108 (42.58% from 255) = 25.41%

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 25.41%
G = 38.12%
B = 36.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#6CA29B (or 0x6CA29B) is known color: Tradewind. HEX triplet: 6C, A2 and 9B. RGB value is (108,162,155). Sum of RGB (Red+Green+Blue) = 108+162+155=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA29B is #935D64. Grayscale: #919191. Windows color (decimal): -9657701 or 10199660. OLE color: 10199660.

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

Color convert

RGB 108 162 155 -
CMYK 0.33 0 0.04 0.36
HSL 172.22º 0.23% 0.53% -
HSV(B) 172.22º 0.33% 0.64% -
XYZ 25.02 31.4 35.75 -
YUV 145.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 108 162 155 0.33 0 0.04 0.36 172.22 0.23 0.53
Hex 6C A2 9B 21 0 4 24 AC 16 35
Octal 154 242 233 41 0 4 44 254 26 65
Binary 1101100 10100010 10011011 100001 0 100 100100 10101100 10110 110101

Color Harmonies of #6CA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA29B

Black with #6CA29B

Text Example


Text Example

White with #6CA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,162,155); }

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

background-color css

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

 a { background-color: rgb(108,162,155); }

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

border-color css

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

 span { border-color: rgb(108,162,155); }

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