Html Css Color HEX #6FA29F Tradewind

📋 copy color: '#6FA29F'

red 111 ◦ green 162 ◦ blue 159

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

Shades of Tradewind #6FA29F

Tints of Tradewind #6FA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

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

R = 25.69%
G = 37.5%
B = 36.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#6FA29F (or 0x6FA29F) is known color: Tradewind. HEX triplet: 6F, A2 and 9F. RGB value is (111,162,159). Sum of RGB (Red+Green+Blue) = 111+162+159=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA29F is #905D60. Grayscale: #929292. Windows color (decimal): -9461089 or 10461807. OLE color: 10461807.

HSL color Cylindrical-coordinate representation of color #6FA29F: hue angle of 176.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA29F is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 162 159 -
CMYK 0.31 0 0.02 0.36
HSL 176.47º 0.22% 0.54% -
HSV(B) 176.47º 0.31% 0.64% -
XYZ 25.73 31.72 37.57 -
YUV 146.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 111 162 159 0.31 0 0.02 0.36 176.47 0.22 0.54
Hex 6F A2 9F 1F 0 2 24 B0 16 36
Octal 157 242 237 37 0 2 44 260 26 66
Binary 1101111 10100010 10011111 11111 0 10 100100 10110000 10110 110110

Color Harmonies of #6FA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA29F

Black with #6FA29F

Text Example


Text Example

White with #6FA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,162,159); }

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

background-color css

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

 a { background-color: rgb(111,162,159); }

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

border-color css

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

 span { border-color: rgb(111,162,159); }

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