Html Css Color HEX #6FB2AA Tradewind

📋 copy color: '#6FB2AA'

red 111 ◦ green 178 ◦ blue 170

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

Shades of Tradewind #6FB2AA

Tints of Tradewind #6FB2AA

RGB

 RED value IS 111 (43.75% from 255) = 24.18%

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

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

R = 24.18%
G = 38.78%
B = 37.04%

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

#6FB2AA (or 0x6FB2AA) is known color: Tradewind. HEX triplet: 6F, B2 and AA. RGB value is (111,178,170). Sum of RGB (Red+Green+Blue) = 111+178+170=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB2AA is #904D55. Grayscale: #9D9D9D. Windows color (decimal): -9456982 or 11186799. OLE color: 11186799.

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

Color convert

RGB 111 178 170 -
CMYK 0.38 0 0.04 0.30
HSL 172.84º 0.3% 0.57% -
HSV(B) 172.84º 0.38% 0.7% -
XYZ 29.73 38.12 43.82 -
YUV 157.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 111 178 170 0.38 0 0.04 0.30 172.84 0.3 0.57
Hex 6F B2 AA 26 0 4 1E AD 1E 39
Octal 157 262 252 46 0 4 36 255 36 71
Binary 1101111 10110010 10101010 100110 0 100 11110 10101101 11110 111001

Color Harmonies of #6FB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB2AA

Black with #6FB2AA

Text Example


Text Example

White with #6FB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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