Html Css Color HEX #6EB2AA Tradewind

📋 copy color: '#6EB2AA'

red 110 ◦ green 178 ◦ blue 170

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

Shades of Tradewind #6EB2AA

Tints of Tradewind #6EB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

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

R = 24.02%
G = 38.86%
B = 37.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#6EB2AA (or 0x6EB2AA) is known color: Tradewind. HEX triplet: 6E, B2 and AA. RGB value is (110,178,170). Sum of RGB (Red+Green+Blue) = 110+178+170=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB2AA is #914D55. Grayscale: #9C9C9C. Windows color (decimal): -9522518 or 11186798. OLE color: 11186798.

HSL color Cylindrical-coordinate representation of color #6EB2AA: hue angle of 172.94º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB2AA is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 178 170 -
CMYK 0.38 0 0.04 0.30
HSL 172.94º 0.31% 0.56% -
HSV(B) 172.94º 0.38% 0.7% -
XYZ 29.61 38.06 43.82 -
YUV 156.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 110 178 170 0.38 0 0.04 0.30 172.94 0.31 0.56
Hex 6E B2 AA 26 0 4 1E AD 1F 38
Octal 156 262 252 46 0 4 36 255 37 70
Binary 1101110 10110010 10101010 100110 0 100 11110 10101101 11111 111000

Color Harmonies of #6EB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB2AA

Black with #6EB2AA

Text Example


Text Example

White with #6EB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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