Html Css Color HEX #6DACAB Tradewind

📋 copy color: '#6DACAB'

red 109 ◦ green 172 ◦ blue 171

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

Shades of Tradewind #6DACAB

Tints of Tradewind #6DACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 24.12%
G = 38.05%
B = 37.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6DACAB (or 0x6DACAB) is known color: Tradewind. HEX triplet: 6D, AC and AB. RGB value is (109,172,171). Sum of RGB (Red+Green+Blue) = 109+172+171=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #6DACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DACAB is #925354. Grayscale: #989898. Windows color (decimal): -9589589 or 11250797. OLE color: 11250797.

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

Color convert

RGB 109 172 171 -
CMYK 0.37 0 0.01 0.33
HSL 179.05º 0.28% 0.55% -
HSV(B) 179.05º 0.37% 0.67% -
XYZ 28.41 35.7 43.92 -
YUV 153.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 109 172 171 0.37 0 0.01 0.33 179.05 0.28 0.55
Hex 6D AC AB 25 0 1 21 B3 1C 37
Octal 155 254 253 45 0 1 41 263 34 67
Binary 1101101 10101100 10101011 100101 0 1 100001 10110011 11100 110111

Color Harmonies of #6DACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACAB

Black with #6DACAB

Text Example


Text Example

White with #6DACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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