Html Css Color HEX #6AB3AB Tradewind

📋 copy color: '#6AB3AB'

red 106 ◦ green 179 ◦ blue 171

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

Shades of Tradewind #6AB3AB

Tints of Tradewind #6AB3AB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 23.25%
G = 39.25%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#6AB3AB (or 0x6AB3AB) is known color: Tradewind. HEX triplet: 6A, B3 and AB. RGB value is (106,179,171). Sum of RGB (Red+Green+Blue) = 106+179+171=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB3AB is #954C54. Grayscale: #9C9C9C. Windows color (decimal): -9784405 or 11252586. OLE color: 11252586.

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

Color convert

RGB 106 179 171 -
CMYK 0.41 0 0.04 0.30
HSL 173.42º 0.32% 0.56% -
HSV(B) 173.42º 0.41% 0.7% -
XYZ 29.41 38.24 44.36 -
YUV 156.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 106 179 171 0.41 0 0.04 0.30 173.42 0.32 0.56
Hex 6A B3 AB 29 0 4 1E AD 20 38
Octal 152 263 253 51 0 4 36 255 40 70
Binary 1101010 10110011 10101011 101001 0 100 11110 10101101 100000 111000

Color Harmonies of #6AB3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB3AB

Black with #6AB3AB

Text Example


Text Example

White with #6AB3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,179,171); }

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

background-color css

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

 a { background-color: rgb(106,179,171); }

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

border-color css

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

 span { border-color: rgb(106,179,171); }

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