Html Css Color HEX #6CAE9E Tradewind

📋 copy color: '#6CAE9E'

red 108 ◦ green 174 ◦ blue 158

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

Shades of Tradewind #6CAE9E

Tints of Tradewind #6CAE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 24.55%
G = 39.55%
B = 35.91%

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

#6CAE9E (or 0x6CAE9E) is known color: Tradewind. HEX triplet: 6C, AE and 9E. RGB value is (108,174,158). Sum of RGB (Red+Green+Blue) = 108+174+158=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAE9E is #935161. Grayscale: #989898. Windows color (decimal): -9654626 or 10399340. OLE color: 10399340.

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

Color convert

RGB 108 174 158 -
CMYK 0.38 0 0.09 0.32
HSL 165.45º 0.29% 0.55% -
HSV(B) 165.45º 0.38% 0.68% -
XYZ 27.49 35.93 37.83 -
YUV 152.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 108 174 158 0.38 0 0.09 0.32 165.45 0.29 0.55
Hex 6C AE 9E 26 0 9 20 A5 1D 37
Octal 154 256 236 46 0 11 40 245 35 67
Binary 1101100 10101110 10011110 100110 0 1001 100000 10100101 11101 110111

Color Harmonies of #6CAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAE9E

Black with #6CAE9E

Text Example


Text Example

White with #6CAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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