Html Css Color HEX #6AB9AC Tradewind

📋 copy color: '#6AB9AC'

red 106 ◦ green 185 ◦ blue 172

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

Shades of Tradewind #6AB9AC

Tints of Tradewind #6AB9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

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

R = 22.89%
G = 39.96%
B = 37.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#6AB9AC (or 0x6AB9AC) is known color: Tradewind. HEX triplet: 6A, B9 and AC. RGB value is (106,185,172). Sum of RGB (Red+Green+Blue) = 106+185+172=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB9AC is #954653. Grayscale: #9F9F9F. Windows color (decimal): -9782868 or 11319658. OLE color: 11319658.

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

Color convert

RGB 106 185 172 -
CMYK 0.43 0 0.07 0.27
HSL 170.13º 0.36% 0.57% -
HSV(B) 170.13º 0.43% 0.73% -
XYZ 30.74 40.74 45.27 -
YUV 159.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 106 185 172 0.43 0 0.07 0.27 170.13 0.36 0.57
Hex 6A B9 AC 2B 0 7 1B AA 24 39
Octal 152 271 254 53 0 7 33 252 44 71
Binary 1101010 10111001 10101100 101011 0 111 11011 10101010 100100 111001

Color Harmonies of #6AB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB9AC

Black with #6AB9AC

Text Example


Text Example

White with #6AB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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