Html Css Color HEX #6CADAA Tradewind

📋 copy color: '#6CADAA'

red 108 ◦ green 173 ◦ blue 170

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

Shades of Tradewind #6CADAA

Tints of Tradewind #6CADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 23.95%
G = 38.36%
B = 37.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#6CADAA (or 0x6CADAA) is known color: Tradewind. HEX triplet: 6C, AD and AA. RGB value is (108,173,170). Sum of RGB (Red+Green+Blue) = 108+173+170=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #6CADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADAA is #935255. Grayscale: #999999. Windows color (decimal): -9654870 or 11185516. OLE color: 11185516.

HSL color Cylindrical-coordinate representation of color #6CADAA: hue angle of 177.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CADAA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 173 170 -
CMYK 0.38 0 0.02 0.32
HSL 177.23º 0.28% 0.55% -
HSV(B) 177.23º 0.38% 0.68% -
XYZ 28.38 35.98 43.48 -
YUV 153.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 108 173 170 0.38 0 0.02 0.32 177.23 0.28 0.55
Hex 6C AD AA 26 0 2 20 B1 1C 37
Octal 154 255 252 46 0 2 40 261 34 67
Binary 1101100 10101101 10101010 100110 0 10 100000 10110001 11100 110111

Color Harmonies of #6CADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CADAA

Black with #6CADAA

Text Example


Text Example

White with #6CADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,173,170); }

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

background-color css

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

 a { background-color: rgb(108,173,170); }

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

border-color css

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

 span { border-color: rgb(108,173,170); }

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