Html Css Color HEX #6CAD9D Tradewind

📋 copy color: '#6CAD9D'

red 108 ◦ green 173 ◦ blue 157

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

Shades of Tradewind #6CAD9D

Tints of Tradewind #6CAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 24.66%
G = 39.5%
B = 35.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#6CAD9D (or 0x6CAD9D) is known color: Tradewind. HEX triplet: 6C, AD and 9D. RGB value is (108,173,157). Sum of RGB (Red+Green+Blue) = 108+173+157=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD9D is #935262. Grayscale: #979797. Windows color (decimal): -9654883 or 10333548. OLE color: 10333548.

HSL color Cylindrical-coordinate representation of color #6CAD9D: hue angle of 165.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 #6CAD9D is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 173 157 -
CMYK 0.38 0 0.09 0.32
HSL 165.23º 0.28% 0.55% -
HSV(B) 165.23º 0.38% 0.68% -
XYZ 27.21 35.51 37.32 -
YUV 151.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 108 173 157 0.38 0 0.09 0.32 165.23 0.28 0.55
Hex 6C AD 9D 26 0 9 20 A5 1C 37
Octal 154 255 235 46 0 11 40 245 34 67
Binary 1101100 10101101 10011101 100110 0 1001 100000 10100101 11100 110111

Color Harmonies of #6CAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAD9D

Black with #6CAD9D

Text Example


Text Example

White with #6CAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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