Html Css Color HEX #6CAE9F Tradewind

📋 copy color: '#6CAE9F'

red 108 ◦ green 174 ◦ blue 159

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

Shades of Tradewind #6CAE9F

Tints of Tradewind #6CAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.46%

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 24.49%
G = 39.46%
B = 36.05%

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

#6CAE9F (or 0x6CAE9F) is known color: Tradewind. HEX triplet: 6C, AE and 9F. RGB value is (108,174,159). Sum of RGB (Red+Green+Blue) = 108+174+159=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAE9F is #935160. Grayscale: #989898. Windows color (decimal): -9654625 or 10464876. OLE color: 10464876.

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

Color convert

RGB 108 174 159 -
CMYK 0.38 0 0.09 0.32
HSL 166.36º 0.29% 0.55% -
HSV(B) 166.36º 0.38% 0.68% -
XYZ 27.58 35.96 38.29 -
YUV 152.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 108 174 159 0.38 0 0.09 0.32 166.36 0.29 0.55
Hex 6C AE 9F 26 0 9 20 A6 1D 37
Octal 154 256 237 46 0 11 40 246 35 67
Binary 1101100 10101110 10011111 100110 0 1001 100000 10100110 11101 110111

Color Harmonies of #6CAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAE9F

Black with #6CAE9F

Text Example


Text Example

White with #6CAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,159); }

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

background-color css

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

 a { background-color: rgb(108,174,159); }

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

border-color css

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

 span { border-color: rgb(108,174,159); }

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