Html Css Color HEX #6EAB9F Tradewind

📋 copy color: '#6EAB9F'

red 110 ◦ green 171 ◦ blue 159

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

Shades of Tradewind #6EAB9F

Tints of Tradewind #6EAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 25%
G = 38.86%
B = 36.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#6EAB9F (or 0x6EAB9F) is known color: Tradewind. HEX triplet: 6E, AB and 9F. RGB value is (110,171,159). Sum of RGB (Red+Green+Blue) = 110+171+159=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB9F is #915460. Grayscale: #979797. Windows color (decimal): -9524321 or 10464110. OLE color: 10464110.

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

Color convert

RGB 110 171 159 -
CMYK 0.36 0 0.07 0.33
HSL 168.2º 0.27% 0.55% -
HSV(B) 168.2º 0.36% 0.67% -
XYZ 27.25 34.94 38.11 -
YUV 151.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 110 171 159 0.36 0 0.07 0.33 168.2 0.27 0.55
Hex 6E AB 9F 24 0 7 21 A8 1B 37
Octal 156 253 237 44 0 7 41 250 33 67
Binary 1101110 10101011 10011111 100100 0 111 100001 10101000 11011 110111

Color Harmonies of #6EAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAB9F

Black with #6EAB9F

Text Example


Text Example

White with #6EAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,159); }

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

background-color css

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

 a { background-color: rgb(110,171,159); }

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

border-color css

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

 span { border-color: rgb(110,171,159); }

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