Html Css Color HEX #6ABAB0 Tradewind

📋 copy color: '#6ABAB0'

red 106 ◦ green 186 ◦ blue 176

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

Shades of Tradewind #6ABAB0

Tints of Tradewind #6ABAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 22.65%
G = 39.74%
B = 37.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#6ABAB0 (or 0x6ABAB0) is known color: Tradewind. HEX triplet: 6A, BA and B0. RGB value is (106,186,176). Sum of RGB (Red+Green+Blue) = 106+186+176=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAB0 is #95454F. Grayscale: #A0A0A0. Windows color (decimal): -9782608 or 11582058. OLE color: 11582058.

HSL color Cylindrical-coordinate representation of color #6ABAB0: hue angle of 172.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 #6ABAB0 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 176 -
CMYK 0.43 0 0.05 0.27
HSL 172.5º 0.37% 0.57% -
HSV(B) 172.5º 0.43% 0.73% -
XYZ 31.34 41.32 47.4 -
YUV 160.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 106 186 176 0.43 0 0.05 0.27 172.5 0.37 0.57
Hex 6A BA B0 2B 0 5 1B AC 25 39
Octal 152 272 260 53 0 5 33 254 45 71
Binary 1101010 10111010 10110000 101011 0 101 11011 10101100 100101 111001

Color Harmonies of #6ABAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAB0

Black with #6ABAB0

Text Example


Text Example

White with #6ABAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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