Html Css Color HEX #6ABAAF Tradewind

📋 copy color: '#6ABAAF'

red 106 ◦ green 186 ◦ blue 175

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

Shades of Tradewind #6ABAAF

Tints of Tradewind #6ABAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 22.7%
G = 39.83%
B = 37.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#6ABAAF (or 0x6ABAAF) is known color: Tradewind. HEX triplet: 6A, BA and AF. RGB value is (106,186,175). Sum of RGB (Red+Green+Blue) = 106+186+175=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAAF is #954550. Grayscale: #A0A0A0. Windows color (decimal): -9782609 or 11516522. OLE color: 11516522.

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

Color convert

RGB 106 186 175 -
CMYK 0.43 0 0.06 0.27
HSL 171.75º 0.37% 0.57% -
HSV(B) 171.75º 0.43% 0.73% -
XYZ 31.24 41.28 46.88 -
YUV 160.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 106 186 175 0.43 0 0.06 0.27 171.75 0.37 0.57
Hex 6A BA AF 2B 0 6 1B AC 25 39
Octal 152 272 257 53 0 6 33 254 45 71
Binary 1101010 10111010 10101111 101011 0 110 11011 10101100 100101 111001

Color Harmonies of #6ABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAAF

Black with #6ABAAF

Text Example


Text Example

White with #6ABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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