Html Css Color HEX #6AB4AC Tradewind

📋 copy color: '#6AB4AC'

red 106 ◦ green 180 ◦ blue 172

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

Shades of Tradewind #6AB4AC

Tints of Tradewind #6AB4AC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 23.14%
G = 39.3%
B = 37.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#6AB4AC (or 0x6AB4AC) is known color: Tradewind. HEX triplet: 6A, B4 and AC. RGB value is (106,180,172). Sum of RGB (Red+Green+Blue) = 106+180+172=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB4AC is #954B53. Grayscale: #9C9C9C. Windows color (decimal): -9784148 or 11318378. OLE color: 11318378.

HSL color Cylindrical-coordinate representation of color #6AB4AC: hue angle of 173.51º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB4AC is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 180 172 -
CMYK 0.41 0 0.04 0.29
HSL 173.51º 0.33% 0.56% -
HSV(B) 173.51º 0.41% 0.71% -
XYZ 29.71 38.69 44.93 -
YUV 156.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 106 180 172 0.41 0 0.04 0.29 173.51 0.33 0.56
Hex 6A B4 AC 29 0 4 1D AE 21 38
Octal 152 264 254 51 0 4 35 256 41 70
Binary 1101010 10110100 10101100 101001 0 100 11101 10101110 100001 111000

Color Harmonies of #6AB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB4AC

Black with #6AB4AC

Text Example


Text Example

White with #6AB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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