Html Css Color HEX #6AAEAB Tradewind

📋 copy color: '#6AAEAB'

red 106 ◦ green 174 ◦ blue 171

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

Shades of Tradewind #6AAEAB

Tints of Tradewind #6AAEAB

RGB

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

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

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

R = 23.5%
G = 38.58%
B = 37.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#6AAEAB (or 0x6AAEAB) is known color: Tradewind. HEX triplet: 6A, AE and AB. RGB value is (106,174,171). Sum of RGB (Red+Green+Blue) = 106+174+171=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAEAB is #955154. Grayscale: #999999. Windows color (decimal): -9785685 or 11251306. OLE color: 11251306.

HSL color Cylindrical-coordinate representation of color #6AAEAB: hue angle of 177.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAEAB is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 174 171 -
CMYK 0.39 0 0.02 0.32
HSL 177.35º 0.3% 0.55% -
HSV(B) 177.35º 0.39% 0.68% -
XYZ 28.43 36.28 44.03 -
YUV 153.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 106 174 171 0.39 0 0.02 0.32 177.35 0.3 0.55
Hex 6A AE AB 27 0 2 20 B1 1E 37
Octal 152 256 253 47 0 2 40 261 36 67
Binary 1101010 10101110 10101011 100111 0 10 100000 10110001 11110 110111

Color Harmonies of #6AAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEAB

Black with #6AAEAB

Text Example


Text Example

White with #6AAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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