Html Css Color HEX #6FAEAC Tradewind

📋 copy color: '#6FAEAC'

red 111 ◦ green 174 ◦ blue 172

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

Shades of Tradewind #6FAEAC

Tints of Tradewind #6FAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 24.29%
G = 38.07%
B = 37.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6FAEAC (or 0x6FAEAC) is known color: Tradewind. HEX triplet: 6F, AE and AC. RGB value is (111,174,172). Sum of RGB (Red+Green+Blue) = 111+174+172=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAEAC is #905153. Grayscale: #9A9A9A. Windows color (decimal): -9458004 or 11316847. OLE color: 11316847.

HSL color Cylindrical-coordinate representation of color #6FAEAC: hue angle of 178.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAEAC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 174 172 -
CMYK 0.36 0 0.01 0.32
HSL 178.1º 0.28% 0.56% -
HSV(B) 178.1º 0.36% 0.68% -
XYZ 29.14 36.63 44.56 -
YUV 154.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 111 174 172 0.36 0 0.01 0.32 178.1 0.28 0.56
Hex 6F AE AC 24 0 1 20 B2 1C 38
Octal 157 256 254 44 0 1 40 262 34 70
Binary 1101111 10101110 10101100 100100 0 1 100000 10110010 11100 111000

Color Harmonies of #6FAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEAC

Black with #6FAEAC

Text Example


Text Example

White with #6FAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,174,172); }

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

background-color css

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

 a { background-color: rgb(111,174,172); }

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

border-color css

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

 span { border-color: rgb(111,174,172); }

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