Html Css Color HEX #6EACAA Tradewind

📋 copy color: '#6EACAA'

red 110 ◦ green 172 ◦ blue 170

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

Shades of Tradewind #6EACAA

Tints of Tradewind #6EACAA

RGB

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

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

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

R = 24.34%
G = 38.05%
B = 37.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6EACAA (or 0x6EACAA) is known color: Tradewind. HEX triplet: 6E, AC and AA. RGB value is (110,172,170). Sum of RGB (Red+Green+Blue) = 110+172+170=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #6EACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAA is #915355. Grayscale: #999999. Windows color (decimal): -9524054 or 11185262. OLE color: 11185262.

HSL color Cylindrical-coordinate representation of color #6EACAA: hue angle of 178.06º 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 #6EACAA is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 172 170 -
CMYK 0.36 0 0.01 0.33
HSL 178.06º 0.27% 0.55% -
HSV(B) 178.06º 0.36% 0.67% -
XYZ 28.44 35.72 43.43 -
YUV 153.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 110 172 170 0.36 0 0.01 0.33 178.06 0.27 0.55
Hex 6E AC AA 24 0 1 21 B2 1B 37
Octal 156 254 252 44 0 1 41 262 33 67
Binary 1101110 10101100 10101010 100100 0 1 100001 10110010 11011 110111

Color Harmonies of #6EACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACAA

Black with #6EACAA

Text Example


Text Example

White with #6EACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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