Html Css Color HEX #6DAB9C Tradewind

📋 copy color: '#6DAB9C'

red 109 ◦ green 171 ◦ blue 156

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

Shades of Tradewind #6DAB9C

Tints of Tradewind #6DAB9C

RGB

 RED value IS 109 (42.97% from 255) = 25%

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 25%
G = 39.22%
B = 35.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6DAB9C (or 0x6DAB9C) is known color: Tradewind. HEX triplet: 6D, AB and 9C. RGB value is (109,171,156). Sum of RGB (Red+Green+Blue) = 109+171+156=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB9C is #925463. Grayscale: #969696. Windows color (decimal): -9589860 or 10267501. OLE color: 10267501.

HSL color Cylindrical-coordinate representation of color #6DAB9C: hue angle of 165.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB9C is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 171 156 -
CMYK 0.36 0 0.09 0.33
HSL 165.48º 0.27% 0.55% -
HSV(B) 165.48º 0.36% 0.67% -
XYZ 26.87 34.78 36.75 -
YUV 150.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 109 171 156 0.36 0 0.09 0.33 165.48 0.27 0.55
Hex 6D AB 9C 24 0 9 21 A5 1B 37
Octal 155 253 234 44 0 11 41 245 33 67
Binary 1101101 10101011 10011100 100100 0 1001 100001 10100101 11011 110111

Color Harmonies of #6DAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAB9C

Black with #6DAB9C

Text Example


Text Example

White with #6DAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,156); }

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

background-color css

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

 a { background-color: rgb(109,171,156); }

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

border-color css

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

 span { border-color: rgb(109,171,156); }

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