Html Css Color HEX #6ABAAC Tradewind

📋 copy color: '#6ABAAC'

red 106 ◦ green 186 ◦ blue 172

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

Shades of Tradewind #6ABAAC

Tints of Tradewind #6ABAAC

RGB

 RED value IS 106 (41.8% from 255) = 22.84%

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 22.84%
G = 40.09%
B = 37.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#6ABAAC (or 0x6ABAAC) is known color: Tradewind. HEX triplet: 6A, BA and AC. RGB value is (106,186,172). Sum of RGB (Red+Green+Blue) = 106+186+172=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAAC is #954553. Grayscale: #A0A0A0. Windows color (decimal): -9782612 or 11319914. OLE color: 11319914.

HSL color Cylindrical-coordinate representation of color #6ABAAC: hue angle of 169.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABAAC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 172 -
CMYK 0.43 0 0.08 0.27
HSL 169.5º 0.37% 0.57% -
HSV(B) 169.5º 0.43% 0.73% -
XYZ 30.95 41.16 45.34 -
YUV 160.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 106 186 172 0.43 0 0.08 0.27 169.5 0.37 0.57
Hex 6A BA AC 2B 0 8 1B AA 25 39
Octal 152 272 254 53 0 10 33 252 45 71
Binary 1101010 10111010 10101100 101011 0 1000 11011 10101010 100101 111001

Color Harmonies of #6ABAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAAC

Black with #6ABAAC

Text Example


Text Example

White with #6ABAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,186,172); }

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

background-color css

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

 a { background-color: rgb(106,186,172); }

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

border-color css

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

 span { border-color: rgb(106,186,172); }

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