Html Css Color HEX #6EAC9E Tradewind

📋 copy color: '#6EAC9E'

red 110 ◦ green 172 ◦ blue 158

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

Shades of Tradewind #6EAC9E

Tints of Tradewind #6EAC9E

RGB

 RED value IS 110 (43.36% from 255) = 25%

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

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

R = 25%
G = 39.09%
B = 35.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#6EAC9E (or 0x6EAC9E) is known color: Tradewind. HEX triplet: 6E, AC and 9E. RGB value is (110,172,158). Sum of RGB (Red+Green+Blue) = 110+172+158=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAC9E is #915361. Grayscale: #979797. Windows color (decimal): -9524066 or 10398830. OLE color: 10398830.

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

Color convert

RGB 110 172 158 -
CMYK 0.36 0 0.08 0.33
HSL 166.45º 0.27% 0.55% -
HSV(B) 166.45º 0.36% 0.67% -
XYZ 27.35 35.29 37.72 -
YUV 151.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 110 172 158 0.36 0 0.08 0.33 166.45 0.27 0.55
Hex 6E AC 9E 24 0 8 21 A6 1B 37
Octal 156 254 236 44 0 10 41 246 33 67
Binary 1101110 10101100 10011110 100100 0 1000 100001 10100110 11011 110111

Color Harmonies of #6EAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAC9E

Black with #6EAC9E

Text Example


Text Example

White with #6EAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,172,158); }

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

background-color css

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

 a { background-color: rgb(110,172,158); }

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

border-color css

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

 span { border-color: rgb(110,172,158); }

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